Watch
1
0
Fork
You've already forked rust-soft-assert
0
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann ddec69d939
Updating to debhelper 14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-06-14 12:50:40 +02:00
debian Updating to debhelper 14. 2026-06-14 12:50:40 +02: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.