maturin 1.13.0

Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
Documentation
1
2
3
4
5
6
7
8
9
mod render;
mod resolve;
mod yaml;

pub(crate) use render::{generate_github, generate_github_from_cli};
pub(crate) use resolve::resolve_config;

#[cfg(test)]
mod tests;