IMPROVEMENT better code maintainablity by removing duplicated code (#2)

* feat: adhere to the strictest clean code standards and DRY

* docs: document enterprise grade arichitecture

* fix: copy pasta

* Small improvements

* make clippy happy

---------

Co-authored-by: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com>
This commit is contained in:
Lars Volkheimer 2024-02-13 18:51:05 +01:00 committed by GitHub
parent 99b0badcb2
commit 79afcde7d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 34 additions and 2 deletions

View file

@ -23,6 +23,11 @@ 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.