std-macro-extensions 0.20.1

A collection of macro extensions for Rust's standard library data structures, simplifying the creation and manipulation of common collections such as HashMap, Vec, and more.
Documentation
[lib]
name = "std_macro_extensions"
path = "src/lib.rs"

[package]
authors = ["ltpp-universe <root@ltpp.vip>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "development-tools"]
description = "A collection of macro extensions for Rust's standard library data structures, simplifying the creation and manipulation of common collections such as HashMap, Vec, and more."
edition = "2021"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["standard", "macro", "extensions", "structures", "simplifying"]
license = "MIT"
name = "std-macro-extensions"
readme = "README.md"
repository = "https://github.com/ltpp-universe/std-macro-extensions"
version = "0.20.1"