rrtk 0.7.0-beta.2

Rust Robotics ToolKit
Documentation
1
2
3
4
5
6
7
# The Zen of RRTK
- If you can do it without `std` or `alloc`, do that.
- If you can do it as a `const fn`, do that.
- Don't be afraid of traits.
- Don't get addicted to num-traits.
- Compatibility is good, but mandatory dependencies are bad.
- More releases are better than fewer.