aboutsummaryrefslogtreecommitdiff
path: root/src/core/operations/mod.rs
blob: 655e385c3d663c49ea18dae8566328b55e778cd4 (plain)
1
2
3
4
/// Operations on assets and other entities
pub mod asset_operations;

pub use asset_operations::*;