add samples

This commit is contained in:
nora 2023-06-13 17:33:58 +02:00
parent 764239958f
commit 2e191506ff
7 changed files with 105327 additions and 13 deletions

View file

@ -11,7 +11,9 @@ edition = "2021"
libc = { version = "0.2.140", default-features = false, features = ["extra_traits"] }
[profile.dev]
panic = "abort"
# the test binary needs uwutables
panic = "unwind"
[profile.release]
panic = "abort"
# the test binary needs uwutables
panic = "unwind"