flow-gate-ffi 0.1.0

C-ABI foreign function interface for flow-gate, enabling Python/R bindings
Documentation
1
2
3
4
5
pub mod matrix;
pub mod result;

pub use matrix::{ColumnIter, MatrixLayout, MatrixView};
pub use result::{flow_gate_ffi_error_free, FfiError};