0.6.2 • Published 3 days ago

@nxrs/cargo v0.6.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 days ago

@nxrs/cargo

npm version

This is a WIP plugin for @nrwl/nx adding support for Rust applications and libraries.

Generators

# @nxrs/cargo:bin also works
> nx generate @nxrs/cargo:app my-rust-app
> nx generate @nxrs/cargo:lib my-rust-lib

Executors

# Build a library or binary
> nx build my-rust-app

# Run unit tests in a library
> nx test my-rust-lib

# Check a Rust project with `clippy`
> nx lint my-rust-app
# Don't fail on warnings:
> nx lint my-rust-app --fail-on-warnings false

Options

The executors accept most of the same CLI args as the corresponding cargo commands. When in doubt, run with the --help flag to see all options with descriptions:

> nx build my-rust-app --help
0.6.2

3 days ago

0.6.1

4 days ago

0.6.0

5 days ago

0.5.1

5 days ago

0.5.0

6 days ago

0.4.1

8 days ago

0.4.0

7 months ago

0.3.4

8 months ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago