io-addressbook 0.0.1

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

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