No description
Find a file
Daniel Baumann 33a3665a03
Releasing fastforward version 0.1.1-7~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-07-18 10:25:20 +02:00
debian Releasing fastforward version 0.1.1-7~ffwd13+u1. 2025-07-18 10:25:20 +02:00
src Adding upstream version 0.1.1. 2025-07-07 02:59:47 +02:00
.cargo_vcs_info.json Adding upstream version 0.1.1. 2025-07-07 02:59:47 +02:00
.gitignore Adding upstream version 0.1.1. 2025-07-07 02:59:47 +02:00
Cargo.toml Adding upstream version 0.1.1. 2025-07-07 02:59:47 +02:00
Cargo.toml.orig Adding upstream version 0.1.1. 2025-07-07 02:59:47 +02:00
LICENSE-APACHE Adding upstream version 0.1.1. 2025-07-07 02:59:47 +02:00
LICENSE-MIT Adding upstream version 0.1.1. 2025-07-07 02:59:47 +02:00
README.MD Adding upstream version 0.1.1. 2025-07-07 02:59:47 +02: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.