We welcome contributions! Please follow these guidelines to help us maintain project quality.
- Fork the repo and create your branch: git checkout -b feature/your-feature-name.
- Formatting: We use ustfmt. Please run the following command before committing: \\�ash cargo fmt \\
- Testing: Run the test suite before submitting: \\�ash ./scripts/test.sh \\
- Pull Requests: Open a PR against main. Ensure your PR description clearly outlines the changes and links to the relevant issue.
- Follow standard Rust idiomatic practices.
- Use /// for all public function documentation.
- Maintain consistency with the existing project structure.