ublx 0.1.5

TUI to index once, enrich with metadata, and browse a flat snapshot in a 3-pane layout with multiple modes.
1
2
3
4
5
6
7
8
9
//! Right-hand preview: [`core`] (tree + file viewer + zahir sectioning), [`zarrstore`] (Zarr store
//! directory rows), [`async_ops`] (off-thread resolve for file and Zarr store selections).

pub mod async_ops;
mod core;
pub mod zarrstore;

pub use core::*;
pub use zarrstore::{ZarrStoreRightPaneBuild, ZarrStoreRightPaneView, build_zarr_store_right_pane};