sunsided / minikalman-rs

Fixed- and floating-point Kalman filters for resource-constrained environments, written in Rust.
https://crates.io/crates/minikalman
MIT License
4 stars 1 forks source link

Remove apply_mut and inspect_mut in favor of apply and inspect #26

Closed sunsided closed 1 month ago

sunsided commented 1 month ago

This simply makes FnMut closures the default.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.15%. Comparing base (cfadfdd) to head (9d5e4dc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #26 +/- ## ========================================== - Coverage 95.16% 95.15% -0.02% ========================================== Files 31 31 Lines 5086 5074 -12 ========================================== - Hits 4840 4828 -12 Misses 246 246 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.