periodical 0.3.0

Management of all kinds of time intervals, use it to manage schedules, find overlaps, and more!
Documentation
1
2
3
4
5
6
7
8
9
//! Convenience methods for absolute intervals

pub mod bounded_interval;
pub mod half_bounded_interval;

#[cfg(test)]
mod bounded_interval_tests;
#[cfg(test)]
mod half_bounded_interval_tests;