std-macro-extensions 0.23.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 = ["eastspire <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 = "2024"
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/eastspire/std-macro-extensions"
version = "0.23.1"

[profile.dev]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"

[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"