1 unstable release
0.1.0 | Apr 5, 2023 |
---|
#15 in #aka
7KB
65 lines
type-store
type-store is a simple, lightweight library for storing values in a map by type, aka a type map.
Getting Started
To get started check out the docs on docs.rs!
lib.rs
:
type-store
A generic type map for storing arbitrary data by type.