debtmap 0.16.4

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