librepcb_rust_core/
ffi.rs

1
2
3
4
5
6
7
//! FFI for Rust modules, to be used from C++ through cbindgen

mod cpp_ffi;
mod ibom_ffi;
mod toolbox_ffi;
mod zip_archive_ffi;
mod zip_writer_ffi;