libjess 0.1.1

Utility library for daily tasks
Documentation
//! Utilities related to std::fs
mod dir;

pub use dir::{ls_dir, walk};