libcsp-rust/libcsp-rust
2024-06-01 01:15:31 +02:00
..
src start writing a README 2024-05-31 19:48:12 +02:00
templates library is configurable now 2024-05-31 12:35:29 +02:00
.gitignore cleaning up 2024-06-01 00:50:02 +02:00
build.rs done 2024-05-31 12:52:55 +02:00
Cargo.toml update crate description 2024-06-01 01:15:31 +02:00
LICENSE-APACHE cleaning up 2024-06-01 00:50:02 +02:00
NOTICE cleaning up 2024-06-01 00:50:02 +02:00
README.md clean up 2024-06-01 01:14:40 +02:00

libcsp-rust

This crate provides Rust FFI bindings and a Rusty API for the libcsp library. You can find some more high-level information and examples in the main workspace.

The API documentation should provide all additional information required to use this library.

Compile-time configuration of the libcsp-rust library

The libcsp-rust library requires some compile-time configuration file to be included to work properly. You can see an example version of the file for the workspace here. The user has to provide the path to a directory containing this autoconfig.rs file using the CSP_CONFIG_DIR environmental variable.

It is recommended to read the main workspace README for more information to make the generation and specification of this auto-configuration file as conveniently and easy as possible.