uncertain
uncertain copied to clipboard
Fast and correct computations with uncertain values
The contract for `epoch` caching is confusing, and most values that are e.g. returned from sensors should probably implement `Clone`. Implementing `Distribution` is easier, more compatible with other crates, and...
Blog post on the technique: https://www.possiblerust.com/pattern/3-things-to-try-when-you-can-t-make-a-trait-object **pros**: - get back the `pr_with` method **cons**: - need to do more dynamic dispatch which is potential expensive
Not sure how possible this is, but a `#![no_std]` option seems potentially useful. Could allow you to make more accurate sensor readings in IoT networks by taking into account local...