mctools

Crates.iomctools
lib.rsmctools
version0.1.1
sourcesrc
created_at2024-04-07 22:54:30.060464
updated_at2024-04-09 20:01:00.927931
descriptionA Rust library that contains some Minecraft tools.
homepage
repositoryhttps://github.com/ClintFlames/mctools
max_upload_size
id1199594
size17,482
(ClintFlames)

documentation

https://docs.rs/mctools/latest/mctools/

README

MCTools

CrateAPI
A Rust library that contains some Minecraft tools.

Features

Usage

Skin to totem

List of supported png:

  • RGB
  • RGBA
  • Indexed
  • Grayscale
  • GrayscaleAlpha

Although rgb, indexed and grayscale supported, i recommend not using it.

fn main() {
    mctools::skin_to_totem::generate("path_to_skin.png", "where_save_totem.png", true).unwrap();
}
Commit count: 9

cargo fmt