facet-core 0.46.0

Core reflection traits and types for the facet ecosystem - provides the Facet trait, Shape metadata, and type-erased pointers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![cfg(feature = "alloc")]

mod arc;
mod boxed;
mod rc;

mod cow;

mod btreemap;
mod btreeset;
mod smallvec;
mod vec;

mod string;