anythingy 0.1.2

A library for dynamic typing.
Documentation
[[bench]]
harness = false
name = "map"
path = "benches/map.rs"

[[bench]]
harness = false
name = "small_map"
path = "benches/small_map.rs"

[[bench]]
name = "bench"
path = "benches/bench.rs"

[dependencies]

[dev-dependencies.criterion]
version = "0.5"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A library for dynamic typing."
edition = "2021"
license = "MIT"
name = "anythingy"
readme = "README.md"
repository = "https://github.com/wutterfly/anythingy"
version = "0.1.2"