melodium-loader 0.10.1

Loading engine for Mélodium, with dependency resolution and retrieval
Documentation
1
2
3
4
5
6
7
8
9
pub mod content;
#[cfg(feature = "script")]
pub mod script;

#[allow(unused)]
pub use content::{Content, ContentError};
#[cfg(feature = "script")]
#[allow(unused)]
pub use script::Script;