rexl 0.0.4

Common Library for Rust
Documentation
extern crate rexl;

#[cfg(test)]
mod cli;
#[cfg(test)]
mod interpolate;
#[cfg(test)]
mod io;
#[cfg(test)]
mod qrcode;
#[cfg(test)]
mod qrcode;
#[cfg(test)]
mod sort;
#[cfg(test)]
mod text;
#[cfg(test)]
mod time;

#[test]
fn it_works() {
    assert_eq!(2 + 2, 4);
}