Went with a basic wrapper that cxx is able to handle for the bridge between the languages, along with simple wrapper methods
5 lines
56 B
Rust
5 lines
56 B
Rust
mod cxx;
|
|
pub mod mgr;
|
|
pub mod module;
|
|
pub mod versekey;
|