unifrac 0.1.2

A crate for working with normalized fractional values.
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 0 items with examples
  • Size
  • Source code size: 17.49 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 356.33 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • TheChilliPL/unifrac
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • TheChilliPL

Maintenance Crates.io version Docs.rs Size License

unifrac

A crate for working with normalized fractional values.

It provides several fractional types for Rust:

  • Primant — a type representing a fraction between 0 and 1 (inclusive).
  • Phase — a type representing a fraction between 0 and 1 (exclusive).

It does not depend on the standard library, so it can be used in no_std contexts.

For more information, see the crate documentation.