Skip to main content

aria_of_borrow/
lib.rs

1pub fn lament_of_dependence() -> String {
2    tracing::info!("lamenting my dependencies..");
3    "alas, a cruel fate".to_string()
4}