redpen 0.1.0

Reserved name for a teensy side-project I'm working on
Documentation
1
2
3
4
5
6
7
8
#[cfg(test)]
mod tests {
    #[test]
    fn i_tworks() {
        let twork = 2 + 2;
        assert_eq!(twork, 4);
    }
}