st-map 0.1.4

Runtime for a stack-alocated map
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.arrayvec]
version = "0.5.1"

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

[lib]

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Runtime for a stack-alocated map"
edition = "2018"
homepage = "https://github.com/kdy1/rust-static-map"
license = "MIT"
name = "st-map"
repository = "https://github.com/kdy1/rust-static-map"
version = "0.1.4"