1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
extern crate chrono;
#[macro_use] extern crate scan_rules;

mod diff;
mod error;

pub use diff::Unidiff;


#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
    }
}