boltffi_bindgen 0.24.0

Code generation library for BoltFFI - generates Swift, Kotlin, and TypeScript bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod emit;
mod error;
mod lower;
mod naming;
mod plan;
mod primitives;
mod templates;

pub use emit::{PythonEmitter, PythonOutputFile, PythonPackageSources};
pub use error::PythonLowerError;
pub use lower::PythonLowerer;
pub use naming::NamingConvention;
pub use plan::{PythonFunction, PythonModule, PythonParameter, PythonSequenceType, PythonType};