libcsp-rust/libcsp/README.md

12 lines
448 B
Markdown
Raw Normal View History

2024-06-01 01:14:40 +02:00
libcsp-rust
========
2024-06-01 12:20:07 +02:00
This crate provides a (mostly) safe and ergonomic Rust API for the
2024-06-01 17:35:00 +02:00
[`libcsp` library](https://github.com/libcsp/libcsp) on top of the
[`libcsp-sys`](https://crates.io/crates/libcsp-sys) crate.
You can find some more high-level information and examples in the
2024-06-01 12:20:07 +02:00
[main repository](https://egit.irs.uni-stuttgart.de/rust/libcsp-rust).
2024-06-01 01:14:40 +02:00
The API documentation should provide all additional information required to use this library.