1
0
Fork 0
rust-soft-assert/README.MD
Daniel Baumann 3f0cf5eebc
Adding upstream version 0.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 05:05:01 +01:00

522 B

soft_assert

Various macros that return early if a given condition is false. Similar to the various assert macros in std

Usage

Add the following to your Cargo.toml:

[dependencies]
soft_assert = "0.1"

License

This project is licensed under either of

at your option.