19 unstable releases (5 breaking)
0.6.0 | Jan 15, 2023 |
---|---|
0.5.0 | May 30, 2022 |
0.4.0 | Apr 15, 2022 |
0.3.0 | Feb 4, 2022 |
0.1.2 | Mar 31, 2021 |
#322 in Data structures
284 downloads per month
Used in 7 crates
51KB
1.5K
SLoC
This crate is used internally by TinyChain. It provides generic Id, Map, and Tuple types.
Example:
use safecast::TryCastFrom;
use tcgeneric::{Id, Map, Tuple};
let tuple = Tuple::<(Id, String)>::from_iter(vec![]);
assert_eq!(Map::opt_cast_from(tuple).unwrap(), Map::default());
For more information on TinyChain, see: http://github.com/haydnv/tinychain
lib.rs
:
Provides generic data types used across multiple TinyChain sub-crates.
This library is a part of TinyChain: http://github.com/haydnv/tinychain
Dependencies
~5–10MB
~187K SLoC