create-rust

0.0.2 • Public • Published

create-rust

An easy way to create a Rust project.

Usage

npm init rust

Or, you can carry arg on the command line:

npm init rust your-project-name

features

  • .vscode/settings.json: vscode can formatting on save if you installed rust-analyzer extension.
  • .vscode/launch.json: you can debug rust in vscode.
  • .github/workflows: use github action,it will run cargo fmt/clippy/test when push/pr.
  • .rustfmt.toml

License

create-rust is released under the MIT License. See the bundled LICENSE file for details.

/create-rust/

    Package Sidebar

    Install

    npm i create-rust

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    186 kB

    Total Files

    12

    Last publish

    Collaborators

    • liruifengv