alef 0.25.2

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod build;
mod clean;
mod lint;
mod setup;
mod test;
mod test_apps;
mod update;

pub use build::{build, run_post_build};
pub use clean::clean;
pub use lint::{fmt, fmt_post_generate, lint};
pub use setup::setup;
pub use test::test;
pub use test_apps::test_apps_run;
pub use update::update;