lazytool 0.1.7

Rust lazy toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod path;
pub mod time;
pub mod media;

pub use path::expand_user;
pub use time::{
    current_timestamp,
    to_timestamp,
};
pub use media::{Episode, RegexParser};