minikalman 0.7.0

A microcontroller targeted Kalman filter implementation
Documentation
1
2
3
4
5
#[cfg_attr(docsrs, doc(cfg(feature = "alloc")))]
#[cfg(feature = "alloc")]
pub mod builder;
mod macros;
pub mod types;