debtmap 0.16.3

Code complexity and technical debt analyzer
Documentation
1
2
3
fn create_message(name: &str) -> String {
    format!("Hello, {}", name)
}