Contributions are welcome! To contribute:
1. Fork the repository
2. Create a feature branch (git checkout -b feature/your-feature)
3. Make your changes and test on Rockchip hardware
4. Commit your changes (git commit -m 'Add some feature')
5. Push to your branch (git push origin feature/your-feature)
6. Open a Pull Request
Please ensure your code builds with cargo build --release and maintains the project's focus on minimal CPU
overhead.