f 0.1.2

A lightweight dual-pane file manager with GUI built using iced, inspired by Total Commander.
1
2
pub type FsResult<T> = std::result::Result<T, String>;
pub use f::hash::FileHashes;