[dependencies.certain-map-macros]
version = "0.3.0"
[dependencies.param]
version = "0.1.0"
[[example]]
name = "demo_prefilled"
path = "examples/demo_prefilled.rs"
[[example]]
name = "demo_unfilled"
path = "examples/demo_unfilled.rs"
[lib]
name = "certain_map"
path = "src/lib.rs"
[package]
authors = ["ChiHai <ihciah@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns", "network-programming"]
description = "A typed map which can make sure item exist"
edition = "2021"
keywords = ["map", "metainfo", "certainty", "deterministic"]
license = "MIT/Apache-2.0"
name = "certain-map"
readme = "README.md"
repository = "https://github.com/ihciah/certain-map"
version = "0.3.0"