calendar-link 0.0.5

Rust library to generate an event link for Google Calendar, Yahoo! Calendar, Microsoft Outlook, etc.
Documentation
1
2
3
4
5
6
7
8
pub mod err;
pub mod prelude;
pub mod providers;
pub mod stringify;
pub mod time;
pub mod typ;

pub fn create() {}