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