Docs.rs
periodical-0.3.0
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
periodical 0.3.0
Management of all kinds of time intervals, use it to manage schedules, find overlaps, and more!
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
arbitrary_impl
intervals
iter
test_data
arbitrary_impl.rs
intervals.rs
iter.rs
lib.rs
ops.rs
ops_tests.rs
prelude.rs
test_data.rs
test_utils.rs
time.rs
time_tests.rs
1
2
3
4
//!
Test data for various unit tests
pub
mod
bound_overlap
;
pub
mod
interval_overlap
;