Skip to content

Commit

Permalink
More description in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Jul 28, 2024
1 parent e2160b4 commit b21df2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ approx = "0.5.1"

[features]
default = ["24bits", "50bits"]
# Enables the function versions with 50 bits of accuracy.
# Enables the more accurate function versions with 50 bits of accuracy.
50bits = []
# Enables the function versions with 24 bits of accuracy.
# Enables the faster function versions with 24 bits of accuracy.
24bits = []

# docs.rs-specific configuration. Taken from <https://stackoverflow.com/a/61417700/>.
Expand Down

0 comments on commit b21df2e

Please sign in to comment.