| Crates.io | rrtk |
| lib.rs | rrtk |
| version | 0.7.0-alpha.11 |
| created_at | 2024-03-12 07:02:18.012405+00 |
| updated_at | 2025-12-23 06:03:04.682612+00 |
| description | Rust Robotics ToolKit |
| homepage | http://rrtk.org/crate/rrtk |
| repository | https://github.com/UxuginPython/rrtk |
| max_upload_size | |
| id | 1170257 |
| size | 366,531 |
A set of algorithms and other tools for robotics in Rust.
It is almost entirely no_std and most things work without alloc. It does not currently integrate with any API directly. This may be added in the future, probably through another crate.
This basically means that you can do whatever you want as long as you give me attribution and you don't remove the license notices or use my name to endorse stuff I don't. Read the actual license for details though.
RRTK was previously licensed under LGPL. Versions 0.5.0-alpha.1 and earlier have been retroactively dual licensed under LGPL-3.0-only OR BSD-3-Clause. Versions after 0.5.0-alpha.1 are just BSD-3-Clause. This transition does not remove any freedoms, and the LGPL for old versions is maintained solely due to its irrevocability. It is entirely redundant freedoms-wise.
Getter, Settable, and Updatable traitsRRTK Stream Builder: Code generation from visual nodes for the stream system.
RRTK Procedural Macros [HIGHLY EXPERIMENTAL]: Procedural math! macro making the stream system easier to use.
The changelog has been moved to CHANGELOG.md.