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
+3 -2
View File
@@ -1,7 +1,7 @@
[package]
name = "boilerext"
description = "Rlib with useful boilerplate extension traits for QoL"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
license = "MIT"
repository = "https://git.javalsai.tuxcord.net/rust/boilerext"
@@ -9,7 +9,8 @@ keywords = ["ext", "trait", "extension-trait"]
categories = ["rust-patterns"]
[features]
default = []
default = ["std"]
std = []
[lints.clippy]
cargo = { level = "warn", priority = -1 }