SEL4PROJ / rust-camkes-samples

Sample camkes applications using rust
Other
1 stars 0 forks source link

Rust camkes samples

A collection of camkes apps, libs and configs for using rust on self.

libbtreemap

The rust btreemap collection implementation exported as a static lib that can be used by other c libraries or apps. Uses rusty-cheddar to generate c header files.

hellorust

A hello world camkes component that uses rust to print hello world

keyvalue

A more complex camkes app that uses 3 components to store values in a rust btreemap data structure. Demonstrates using:

License

The files in this repository are release under standard open source licenses. Please see individual file headers and the LICENSE_BSD2.txt file for details.