
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@monodon/rust
Advanced tools
A Nx plugin that adds support for Cargo and Rust in your Nx workspace.
| @monodon/rust | nx |
|---|---|
| <=1.2.1 | <=17.1.0 |
| >=1.3.0 | >=17.1.0 |
The following tools need to be installed on your system to take full advantage of @monodon/rust
npx create-nx-workspace presetTo bootstrap a new workspace with @monodon/rust installed and ready, run:
npx create-nx-workspace --preset=@monodon/rust
Use your favourite package manager to install in your project:
yarn add -D @monodon/rust
npm install -D @monodon/rust
pnpm add -D @monodon/rust
After installing, you can run any of the project generators (binary, library) to have @monodon/rust set up Cargo in your workspace.
Use Nx Console to see the full list of options for each generator.
@monodon/rust:binaryCreates a Rust binary application to be run independently.
Create a new binary:
nx generate @monodon/rust:binary my-rust-app
@monodon/rust:libraryCreates a Rust library that can be used in binaries, or compiled to be used for napi.
Create a new library:
nx generate @monodon/rust:library my-rust-lib
Create a new library with napi:
nx generate @monodon/rust:library my-rust-node-lib --napi
Generating a library with the --napi flag will set up the project to be built with it.
All the executors support these additional properties:
--toolchain='stable' | 'beta' | 'nightly');
stable by default--target=aarch64-apple-darwin);--profile=dev)
--features=bmp)
@monodon/rust:buildRuns cargo to build the project
Not supported with napi
@monodon/rust:lintRuns cargo clippy to lint the project
@monodon/rust:napiRuns the napi cli to build the project
@monodon/rust:runRuns cargo run for the project
Not supported with napi
@monodon/rust:testRuns cargo test for the project
FAQs
A Nx plugin that adds support for Cargo and Rust in your Nx workspace.
The npm package @monodon/rust receives a total of 10,340 weekly downloads. As such, @monodon/rust popularity was classified as popular.
We found that @monodon/rust demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.