facet-reflect 0.44.6

Build and manipulate values of arbitrary Facet types at runtime while respecting invariants - safe runtime reflection
Documentation
1
2
3
4
5
6
7
8
//! Consolidated integration tests for facet-reflect.

mod partial;
mod peek;
mod poke;

#[cfg(all(not(miri), feature = "slow-tests"))]
mod compile_tests;