Expand description
This crate provides a library to allow building the libcsp
C library with cargo. You can find some more high-level information and examples in the
main repository.
Modules§
Structs§
Enums§
Functions§
- generate_
autoconf_ header_ file - Generate the autoconfig.h file which is required to build the C library. This file contains important configuration defines.
- generate_
autoconf_ rust_ file - Generate the autoconfig.rs file which is required by the
libcsp-sys
Rust bindings crate.