spuz_piston 0.1.1

Minecraft json documents described in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod assets;
pub mod list;
pub mod manifest;
pub mod platform;
pub mod profiles;
pub mod rule;
pub mod runtime;
pub mod shared;
#[cfg(test)]
mod test;

pub use assets::AssetIndex;
pub use manifest::Manifest;
pub use profiles::LauncherProfiles;
pub use runtime::{RuntimeComponents, RuntimeManifest};
pub(crate) use shared::{Arr, BoxPath, Size, Str};