st-map 0.2.4

Runtime for a stack-alocated map
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors     = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Runtime for a stack-alocated map"
edition     = "2018"
license     = { workspace = true }
name        = "st-map"
repository  = { workspace = true }
version     = "0.2.4"

[lib]

[dependencies]
arrayvec         = { workspace = true }
static-map-macro = { path = "../static-map-macro", version = "0.3.2" }