#sample #toml #easyrust #源码 #添加 #文件中 #easyrust

app easyrustv1

这是一个示例源码

1 个不稳定版本

0.1.4 2024年3月1日
0.1.3 2024年3月1日
0.1.2 2024年3月1日
0.1.1 2024年3月1日
0.1.0 2024年3月1日

#11#sample

MIT 许可证

2.5MB

包含 (MS-DOS 可执行文件, 150KB) target/debug/easyrustv1.exe, (MS-DOS 可执行文件, 150KB) target/debug/deps/easyrustv1.exe

安装(install)

  1. 在 Cargo.toml 文件中将 EasyRust 添加为依赖项

    在 toml 文件中添加以下内容。

    [dependencies]
    easyrust = "0.1.0"
    
  2. 在您的编程中使用 use 关键字调用 easyrust。

    // main.rs 파일 또는 해당하는 파일에서
    use easyrust;
    
  3. 在主函数或需要的地方调用 EasyRust 的函数。

    fn main() {
        // EasyRust의 함수 호출
    }
    

无运行时依赖