Crate libcsp_cargo_build

Source
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§

cfg_keys

Structs§

Builder
Primary builder structure used to compile the libcsp C library.
Config

Enums§

BuildCreationError

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.