mctools 0.1.1

A Rust library that contains some Minecraft tools.
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 1 items with examples
  • Size
  • Source code size: 17.01 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 361.61 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • KN13KOMETA/mctools
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ClintFlames

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();
}