Kalman filter implementation for applications such as tracking or localization in robotics.
Can run on on embedded platforms, i.e. used on `#![no_std]` targets.
Add the following to your `Cargo.toml` to get started using `rudie`:
```$xslt
[dependencies]
rudie = "0.1"
```