hash_arr_map 0.4.0

Hash maps with an array part, like Lua's tables
[dependencies.bacon_rajan_cc]
optional = true
version = "0.3"

[dependencies.fastrand]
optional = true
version = "1"

[dependencies.imm_gc]
optional = true
version = "0.2"

[features]
default = ["std"]
std = ["fastrand"]

[package]
authors = ["mbartlett21 <mjmouse9999@gmail.com>"]
description = "Hash maps with an array part, like Lua's tables"
edition = "2018"
license = "MIT"
name = "hash_arr_map"
repository = "https://github.com/mbartlett21/lua"
version = "0.4.0"