您可以使用此模板来创建DragonOS上的Rust语言应用程序

yuyi2439 24aba3d6fe fix makefile (#4) 5 months ago
src 85b3a6040c 完成DragonOS Rust应用开发模板 1 year ago
.gitignore 85b3a6040c 完成DragonOS Rust应用开发模板 1 year ago
Cargo.toml 85b3a6040c 完成DragonOS Rust应用开发模板 1 year ago
Makefile 24aba3d6fe fix makefile (#4) 5 months ago
README.md ce0f5c087c fix readme.md 1 year ago
cargo-generate.toml 85b3a6040c 完成DragonOS Rust应用开发模板 1 year ago

README.md

DragonOS Rust-Application Template

您可以使用此模板来创建DragonOS应用程序。

使用方法

  1. 使用DragonOS的tools目录下的bootstrap.sh脚本初始化环境
  2. 在终端输入cargo install cargo-generate
  3. 在终端输入cargo generate --git https://github.com/DragonOS-Community/Rust-App-Template即可创建项目 如果您的网络较慢,请使用镜像站cargo generate --git https://git.mirrors.dragonos.org/DragonOS-Community/Rust-App-Template
  4. 使用cargo run来运行项目
  5. 在DragonOS的user/dadk/config目录下,使用dadk new命令,创建编译配置,安装到DragonOS的/目录下。 (在dadk的编译命令选项处,请使用Makefile里面的make install配置进行编译、安装)
  6. 编译DragonOS即可安装