test_doc_route_manager/
lib.rs

1pub fn add(x: i32, y: i32) -> i32 {
2    x + y
3}