io-calendar 0.0.1

Set of I/O-free coroutines to manage calendars
1
2
3
4
5
use std::{borrow::Cow, path::Path};

pub struct VdirConfig<'a> {
    pub root: Cow<'a, Path>,
}