statical 0.2.0

A calendar aggregator and generator to make maintaining calendars on static websites easier.
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(unused_imports)]
use indoc::indoc;
use pretty_assertions::{assert_eq, assert_ne};

use statical::*;

#[test]
fn test_example() {
    // integration tests go here
}