1
0
Fork 0

Adding upstream version 0.1.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 05:05:01 +01:00
parent c3ca00b2a3
commit 3f0cf5eebc
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
8 changed files with 570 additions and 0 deletions

25
README.MD Normal file
View file

@ -0,0 +1,25 @@
# `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`:
```toml
[dependencies]
soft_assert = "0.1"
```
## License
This project is licensed under either of
* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
([LICENSE-APACHE](LICENSE-APACHE))
* [MIT License](http://opensource.org/licenses/MIT)
([LICENSE-MIT](LICENSE-MIT))
at your option.