1
0
Fork 0
No description
Find a file
Daniel Baumann 374ea30617
Releasing debian version 0.1.1-3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 09:07:51 +01:00
debian Releasing debian version 0.1.1-3. 2025-02-05 09:07:51 +01:00
src Adding upstream version 0.1.1. 2025-02-05 05:05:01 +01:00
.cargo_vcs_info.json Adding upstream version 0.1.1. 2025-02-05 05:05:01 +01:00
.gitignore Adding upstream version 0.1.1. 2025-02-05 05:05:01 +01:00
Cargo.toml Adding upstream version 0.1.1. 2025-02-05 05:05:01 +01:00
Cargo.toml.orig Adding upstream version 0.1.1. 2025-02-05 05:05:01 +01:00
LICENSE-APACHE Adding upstream version 0.1.1. 2025-02-05 05:05:01 +01:00
LICENSE-MIT Adding upstream version 0.1.1. 2025-02-05 05:05:01 +01:00
README.MD Adding upstream version 0.1.1. 2025-02-05 05:05:01 +01:00

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.