refactor: split large modules and normalize rust layout
This commit is contained in:
5
server-rs/crates/spacetime-module/src/asset_metadata.rs
Normal file
5
server-rs/crates/spacetime-module/src/asset_metadata.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
mod bindings;
|
||||
mod objects;
|
||||
|
||||
pub use bindings::*;
|
||||
pub use objects::*;
|
||||
Reference in New Issue
Block a user