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