Able to fetch a list of module names
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
use sword_rs::mgr::{new_mgr, Mgr};
|
||||
|
||||
fn main() {
|
||||
let mgr = new_mgr();
|
||||
println!("{:?}", mgr.get_modules());
|
||||
}
|
||||
Reference in New Issue
Block a user