debtmap 0.17.0

Code complexity and technical debt analyzer
Documentation
1
2
3
fn string_length(s: &str) -> usize {
    s.len()
}