Crates.io | minecraft-version |
lib.rs | minecraft-version |
version | 0.1.0 |
source | src |
created_at | 2023-01-26 13:58:54.646826 |
updated_at | 2023-01-26 13:58:54.646826 |
description | Exhaustive enum of Minecraft versions |
homepage | |
repository | https://github.com/KisaragiEffective/minecraft-version-rs |
max_upload_size | |
id | 768552 |
size | 15,807 |
Exhaustive enum of Minecraft versions
use minecraft_version::MinecraftVersion;
fn main() {
let my_version = MinecraftVersion::from_str("1.19.3").unwrap();
println!("Your selected version is {}", my_version);
}
Invoking their API by crate named reqwest
at compile time.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in minecraft-version by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.