ignite 0.1.6

ignite serves the role as a "batteries included" addon to stdlib providing useful stuff and higher level functions along with abstractions.
Documentation
1
2
3
4
5
/// Returns String which contains a newline.
#[inline]
pub fn newline() -> String {
    String::from("\n")
}