1 个不稳定版本
0.1.4 | 2024年3月1日 |
---|---|
0.1.3 |
|
0.1.2 |
|
0.1.1 |
|
0.1.0 |
|
#11 在 #sample
2.5MB
包含 (MS-DOS 可执行文件, 150KB) target/debug/easyrustv1.exe, (MS-DOS 可执行文件, 150KB) target/debug/deps/easyrustv1.exe
安装(install)
-
在 Cargo.toml 文件中将 EasyRust 添加为依赖项
在 toml 文件中添加以下内容。
[dependencies] easyrust = "0.1.0"
-
在您的编程中使用 use 关键字调用 easyrust。
// main.rs 파일 또는 해당하는 파일에서 use easyrust;
-
在主函数或需要的地方调用 EasyRust 的函数。
fn main() { // EasyRust의 함수 호출 }