bad-optics/src/lenses/mod.rs

5 lines
66 B
Rust

mod identity;
pub use identity::id;
mod first;
pub use first::_0;