Create no_std examples

This commit is contained in:
2025-11-07 06:41:34 +11:00
parent 304e12bd8e
commit ec0f3f0739
11 changed files with 445 additions and 5 deletions

10
jaarg-nostd/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
publish = false
name = "jaarg-nostd"
description = "nostd examples for jaarg"
edition.workspace = true
[dependencies.jaarg]
path = "../jaarg"
default-features = false
features = ["alloc"]