Files
sword_rs/src/lib.rs
T
Greg Hellings c8dd1ce0f0 With a little help, we now have VerseKey
Went with a basic wrapper that cxx is able to handle for the bridge
between the languages, along with simple wrapper methods
2025-06-25 02:30:42 -05:00

5 lines
56 B
Rust

mod cxx;
pub mod mgr;
pub mod module;
pub mod versekey;