tree: 6c4852d45cc58b9a8df6809d3184a017a26b62e7 [path history] [tgz]
  1. meta/
  2. src/
  3. stub/
  4. bindgen.sh
  5. BUILD.gn
  6. README.md
  7. wrapper.h
src/proc/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.