From b21df2e9cfbd6addc689ac70d048a5de2f09c68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= Date: Sun, 28 Jul 2024 20:09:51 +0200 Subject: [PATCH] More description in Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index acb81b7..ecca71a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 .