tree: d343ddcf1958ba2a17d21f251aff0aeab68ecd9a [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.