v0.2.2
To add minikalman/0.2.2 to your project, run
cargo add minikalman@0.2.2or use
[dependencies]
minikalman = "0.2.2"To install the latest version, run
cargo add minikalmanChanges
Full Changelog: v0.2.1...v0.2.2
Internal
- Added usage examples to macro documentation.
Removed
- Removed duplicate
create_buffer_P_tempandcreate_buffer_BQ_tempmacros in favor ofcreate_buffer_temp_Pandcreate_buffer_temp_BQ.