tree: af5381b4db362996d8bbd65d48726a31deb48fb9 [path history] [tgz]
  1. meta/
  2. src/
  3. stub/
  4. BUILD.gn
  5. generate.py
  6. README.md
  7. wrapper.h
src/starnix/lib/syncio/README.md

Sync IO

This library contains code for using the synchronous Rust FIDL bindings for fuchsia.io.

For the more common asynchronous use case, see: //src/lib/fuchsia-fs.