• Home
Name Date Size #Lines LOC

..--

aconfig/04-Jul-2025-6756

aidl/04-Jul-2025-24889

examples/app/04-Jul-2025-831729

include/04-Jul-2025-146

rust/04-Jul-2025-1,378735

Android.bpD04-Jul-20251.2 KiB3934

OWNERSD04-Jul-2025114 85

README.mdD04-Jul-2025483 148

update_include.shD04-Jul-202598 32

README.md

1# libbufferstreams: Reactive Streams for Graphics Buffers
2
3This library is currently **experimental** and **under active development**.
4It is not production ready yet.
5
6For more information on reactive streams, please see <https://www.reactive-streams.org/>
7
8## Contributing
9
10This library is natively written in Rust and exposes a C API. If you make changes to the Rust API,
11you **must** update the C API in turn. To do so, with cbindgen installed, run:
12
13```$ ./update_include.sh```
14