Skip to main content

binocular/output/
mod.rs

1mod render;
2mod selection;
3
4pub use render::{format_item_output, render_selection_outputs};
5pub use selection::SelectionOutput;