Crates.io | soft_assert |
lib.rs | soft_assert |
version | 0.1.1 |
source | src |
created_at | 2021-09-18 02:33:51.472339 |
updated_at | 2021-09-18 02:57:38.051124 |
description | Non-panicking assertions |
homepage | |
repository | https://github.com/Cyborus04/soft_assert |
max_upload_size | |
id | 453166 |
size | 24,227 |
soft_assert
Various macros that return early if a given condition is false.
Similar to the various assert
macros in std
Add the following to your Cargo.toml
:
[dependencies]
soft_assert = "0.1"
This project is licensed under either of
at your option.