[go: up one dir, main page]

equator 0.3.0

Composable assertion library
Documentation
1
2
3
4
5
6
pub mod by_val;
pub mod debug;
pub mod sized;

#[repr(transparent)]
pub struct Wrapper<T: ?Sized>(pub T);