st-map 0.2.4

Runtime for a stack-alocated map
Documentation
[dependencies.arrayvec]
version = "0.7.2"

[dependencies.static-map-macro]
version = "0.3.2"

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

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Runtime for a stack-alocated map"
edition = "2018"
license = "Apache-2.0"
name = "st-map"
readme = "README.md"
repository = "https://github.com/dudykr/ddbase.git"
resolver = "2"
version = "0.2.4"

[[test]]
name = "arg"
path = "tests/arg.rs"

[[test]]
name = "arg_bound"
path = "tests/arg_bound.rs"

[[test]]
name = "no_arg"
path = "tests/no_arg.rs"