The Tardis project has just started. Due to personal capacity and energy constraints, the project still has a lot of features to improve. If you are interested in Rust and want to build a lightweight Rust development framework, you are welcome to participate in building it together. You can.
- develop new features for the project
- optimize existing code
- add documentation and examples
- provide some good ideas
- stable channel of Rust distribution
- local Docker execution environment
Before committing, make sure your code can pass automated checks.
cargo fmt --all --check
cargo clippy --all-features
Thanks.