You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
282 B

4 years ago
[package]
name = "smallmap"
4 years ago
description = "Small byte-sized generic key-value map type"
keywords = ["map", "table", "small", "key", "value"]
4 years ago
version = "1.0.0"
4 years ago
authors = ["Avril <flanchan@cumallover.me>"]
edition = "2018"
[dependencies]
4 years ago
[build-dependencies]
rustc_version = "0.2"