From dd9ab0232156692efccb7e2d5106832bf25127b3 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:52:02 +0100 Subject: [PATCH] Small cleanup --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 176538d..1712618 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ This crate supports a professional re-export of the trait, `BoolToggleExt`. It is only available when compiling with `--cfg enterprise_license` and obtaining an enterprise license. For license inquiries, send mail to `/dev/null`. -## Architecture - -This Crate features the world's most resilient bit flipping algorithm. Its code adheres to the highest clean code standards -and aims to provide a maintainable and future proof solution to all the boolean toggling needs there are. - ## MSRV The minimum supported Rust version of this crate is 1.1000.0. Lower versions might compile but are not supported. + +## Architecture + +This Crate features the world's most resilient bit flipping algorithm. Its code adheres to the highest clean code standards +and aims to provide a maintainable and future proof solution to all the boolean toggling needs there are.