globalvar 0.2.0

declaring a global variable
Documentation
[dependencies.hashbrown]
version = "0.15.0"

[dependencies.log]
version = "0.4.17"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"

[lib]
name = "globalvar"
path = "src/lib.rs"

[package]
authors = ["HellyGuo <hellyguo@foxmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "declaring a global variable"
documentation = "https://docs.rs/crate/globalvar/latest"
edition = "2021"
exclude = ["tests", "test_data", "benches", "examples", ".vscode"]
homepage = "https://itcraft.cn/globalvar/"
keywords = ["global"]
license = "Apache-2.0"
name = "globalvar"
readme = "README.md"
repository = "https://github.com/itcraft-cn/globalvar"
version = "0.2.0"