certain-map 0.2.3

A typed map which can make sure item exist
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.certain-map-macros]
version = "0.2.2"

[dependencies.param]
version = "0.1.0"

[package]
authors = ["ChiHai <ihciah@gmail.com>"]
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.2.3"