feat: no_std environments

This commit is contained in:
2026-05-31 00:30:03 +02:00
parent 08d50f8dcc
commit 184b9618b3
5 changed files with 33 additions and 11 deletions
+8
View File
@@ -2,6 +2,8 @@
Rlib with useful boilerplate extension traits for QoL.
Support for `no_std` environments with most extensions preserved.
Aims to extend methods that have negligible performance cost, which only
reasonable barrier is their lenthyness or unintuitiveness.
@@ -14,6 +16,12 @@ wasn't there.
Documentation is not hosted publicly for now, clone and run `cargo doc` to
generate it.
# Installation
```sh
cargo add --git https://git.javalsai.tuxcord.net/rust/boilerext
```
# Development
This project uses cargo test/miri test/doc/fmt/check/clippy, codespell, prettier