Skip to main content

flow_gate_ffi/
lib.rs

1pub mod matrix;
2pub mod result;
3
4pub use matrix::{ColumnIter, MatrixLayout, MatrixView};
5pub use result::{flow_gate_ffi_error_free, FfiError};