lazer 0.3.0

A console printer with a fluent API
Documentation
mod lazer;
pub use lazer::*;

#[cfg(test)]
mod tests {
    // Note this useful idiom: importing names from outer (for mod tests) scope.
    use super::*;

    #[test]
    fn test_print() {
        assert_eq!(3, 3);
    }
}