# ultimate-common 常用 Rust 工具库。 [Here is a link!](https://www.rust-lang.org) ## Example ```rust fn foo() -> i32 { 1 + 1 } ```