Crates.io | check_mate |
lib.rs | check_mate |
version | 0.2.0 |
source | src |
created_at | 2021-07-21 23:15:50.017592 |
updated_at | 2021-07-24 23:19:58.239849 |
description | Check yourself before you wreck yourself. |
homepage | |
repository | https://github.com/connec/check_mate |
max_upload_size | |
id | 425715 |
size | 14,682 |
check_mate
Check yourself before you wreck yourself.
A small Rust utility library inspired by the ideas of "Parse, don't validate"1 and its follow-up, "Names are not type safety"2. Its goal is to extend the idea to checking invariants more generally. See the crate documentation for more information.