tree: 559a381cb31f32baf25152b6ab6e4a38b66a1f8b [path history] [tgz]
  1. aconfig/
  2. examples/
  3. include/
  4. rust/
  5. Android.bp
  6. OWNERS
  7. README.md
  8. update_include.sh
libs/bufferstreams/README.md

libbufferstreams: Reactive Streams for Graphics Buffers

This library is currently experimental and under active development. It is not production ready yet.

For more information on reactive streams, please see https://www.reactive-streams.org/

Contributing

This library is natively written in Rust and exposes a C API. If you make changes to the Rust API, you must update the C API in turn. To do so, with cbindgen installed, run:

$ ./update_include.sh