umt_rust 0.2.0

UMT is a collection of useful functions that I personally created.
Documentation
[lib]
crate-type = ["lib"]
name = "umt_rust"
path = "src/lib.rs"

[package]
authors = ["riya-amemiya"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "UMT is a collection of useful functions that I personally created."
edition = "2024"
exclude = [".github", ".gitignore", "tests"]
license = "MIT"
name = "umt_rust"
readme = false
repository = "https://github.com/riya-amemiya/UMT"
version = "0.2.0"