Commit Graph

4 Commits

Author SHA1 Message Date
3a9bc96289
Update the examples in README.md; tweak text 2022-09-30 08:08:03 +02:00
6a9c13d099
Change uncertainty distance to be of type f64
The uncertainty distance is a positive floating number.

* Validate this while parsing/building/using the setter
* Add the error variant `Error::OutOfRangeUncertainty` and change
  `Error::InvalidDistance` to `Error::InvalidUncertainty`
* Update the tests
2022-09-29 22:19:45 +02:00
8e4c6ce7e5
Improve text; fix and improve examples 2022-09-29 19:54:01 +02:00
7ec8dbc7d3
Add README.md and LICENSE file
Also link the files from the crate and include `README.md` as the
crate documentation.
2022-09-27 18:00:03 +02:00