bad-optics/src/lenses/mod.rs

8 lines
99 B
Rust

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