rhit 2.0.4

nginx log " analyzer
Documentation
1
2
3
4
5
6

/// A trait for structs which hold the index of a date
pub trait DateIndexed {
    fn date_idx(&self) -> usize;
    fn bytes(&self) -> u64;
}