when3meet 0.1.6

CLI tool to find the optimal time to meet given a when2meet URL
Documentation
1
2
3
4
5
6
pub mod errors;
pub mod model;
pub mod parse;

pub use model::{fold, Person, Slot};
pub use parse::parse_when2meet;