some/
lib.rs

1pub fn foo() -> String {
2    "foo".to_string()
3}