k9 0.1.3

rust testing library
Documentation
1
2
3
pub fn add_linebreaks(s: &str) -> String {
    format!("\n{}\n", s)
}