7个版本

0.1.6 2022年12月13日
0.1.5 2022年12月13日

#871文本处理

Download history 10/week @ 2024-07-01 116/week @ 2024-07-22

126 每月下载

MIT 许可证

3KB

演示库

使用方法

    // Cargo.toml

    [dependencies]
    hello_lib = "0.1.6"
    // main.rs

    use hello_lib::hello;

    fn main() {
        println!("{}", hello("Rachel"));
        println!("{}", hello(31));
        println!("{}", hello(3.14));
        println!("{}", hello(true));
        println!("{}", hello('G'));
    }

无运行时依赖