feat: no_std environments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user