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.