common: Add Rust glue for the ringbuf module.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sat, 28 Dec 2019 22:11:09 +0000 (23:11 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
commit00f7e3a2c957f387745dbd4ed3cf7834e5006513
tree688109909427faa9d8aa29e887002b804132e63e
parent9ea07b3d30e9405cd51a48e5af4e40ae27b17ca6
common: Add Rust glue for the ringbuf module.

For now this only allows us to access a ringbuffer from Rust
after it has been defined in C code.
SConscript.libcommon
src/common/lib.rs
src/common/ringbuf.rs [new file with mode: 0644]