Crates.io | mvutils |
lib.rs | mvutils |
version | |
source | src |
created_at | 2023-06-25 15:00:53.554752 |
updated_at | 2024-12-02 17:51:20.605057 |
description | A utility crate made from commonly used functions in my projects. |
homepage | |
repository | https://github.com/TeamMV/MVUtils |
max_upload_size | |
id | 899547 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate provides an assortment of random utility functions that are shared between different MVTeam projects. If multiple similar functions are made in projects, and can be turned into one function, it is moved into here.
This crate is free to use, and documentation will be added very soon.