tree: d3212644c6faa80b968603b4e8e0a3be2ce57d3b [path history] [tgz]
  1. aconfig/
  2. aidl/
  3. examples/
  4. include/
  5. rust/
  6. Android.bp
  7. OWNERS
  8. README.md
  9. 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