approximately 1.1.0

Approximately compare two any values.
Documentation
  • Coverage
  • 80%
    4 out of 5 items documented0 out of 3 items with examples
  • Size
  • Source code size: 8.17 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 289.55 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • yIllusionSky/approximately
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • yIllusionSky

approximately

Evaluate the approximate data

Description

Do you want a crate that can implement approximate functionality? This crate can achieve the functionalities you desire, such as approximate image matching or estimating the similarity between two sets of features. For specific usage, please refer to the examples.

The usage is straightforward, and by default, tolerance levels for the types f32 and f64 are already implemented with precisions of 1e-3 and 1e-6, respectively.