rage-against 0.0.0

Rage Against.
Documentation
pub mod the {
    pub fn machine() -> usize {
        1991
    }
}

#[cfg(test)]
mod tests {
    use super::*;

    #[test]
    fn it_works() {
        assert_eq!(the::machine(), 1991);
    }
}