minicaldav 0.8.0

Minimal caldav client
Documentation
1
2
3
4
pub enum Credentials {
    Basic(String, String),
    Bearer(String),
}