#map #storing #values #aka #generic #data

type-store

type-store is a simple, lightweight library for storing values in a map by type, aka a type map

1 unstable release

0.1.0 Apr 5, 2023

#15 in #aka

MIT license

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.

No runtime deps