mcmodbuild 0.1.1

Format for describing how mods should be built and automatically building them from a file.
Documentation
1
2
3
4
5
6
#[macro_export]
macro_rules! string {
    ($s:literal) => {
        String::from($s)
    };
}