Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
aconfig/ | 06-Sep-2024 | - | 67 | 56 | ||
aidl/ | 06-Sep-2024 | - | 248 | 89 | ||
examples/app/ | 06-Sep-2024 | - | 832 | 735 | ||
include/ | 06-Sep-2024 | - | 14 | 6 | ||
rust/ | 06-Sep-2024 | - | 1,364 | 722 | ||
Android.bp | D | 06-Sep-2024 | 1.2 KiB | 39 | 34 | |
OWNERS | D | 06-Sep-2024 | 114 | 8 | 5 | |
README.md | D | 06-Sep-2024 | 483 | 14 | 8 | |
update_include.sh | D | 06-Sep-2024 | 98 | 3 | 2 |
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