[lib]
name = "std_macro_extensions"
path = "src/lib.rs"
[package]
authors = ["ltpp-universe <root@ltpp.vip>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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"
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.14.0"