Skip to content
This repository was archived by the owner on Jul 12, 2026. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 411 Bytes

File metadata and controls

10 lines (9 loc) · 411 Bytes

Rust Development

To build and test the Rust components of the project, you can use the following commands:

  • maturin develop - Builds the project.
  • cargo test - Runs the tests.
  • cargo run - Runs the project.
  • cargo doc --open - Generates the documentation and opens it in the browser.
  • cargo fmt - Formats the code.
  • cargo clippy - Runs the linter.
  • cargo clippy --fix - Fixes the code.