minecraft_assets/
lib.rs

1#![doc = include_str!("../README.md")]
2#![warn(missing_docs)]
3
4pub mod api;
5pub mod schemas;
6pub mod versions;