usage-lib 2.1.1

Library for working with usage specs
Documentation
1
2
3
4
5
pub use std::string::*;

pub(crate) fn first_line(s: &str) -> String {
    s.lines().next().unwrap_or_default().to_string()
}