# Comparisons Assertables comparisons to other Rust crates and assertion techniques. Assertables aims for comparable goals as these crates: * [more_asserts](more_asserts) * [cool_asserts](cool_asserts) * [assert2](assert2) * [claim](claim) * [claims](claims) * [galvanic-assert](galvanic-assert) * [totems](totems) Specific assertion categories: * [assert_cmd](assert_cmd) * [assert_approx_eq](assert_approx_eq) If you have more complex needs, then these crates are complementary: * [static_assertions](static_assertions) * [pretty_assertions](pretty_assertions) * [approx](approx) * [assert_matches](assert_matches) If you prefer fluent assertions: * [spectral](spectral) ## Licenses To the best of our knowledge, as of this writing, these crates use these licenses. | Name | Version | Year | Licenses | |-----------------------------------------------------|---------|------|-----------------------------| | [assertables](https://crates.io/crates/assertables) | 9.5.0 | 2024 | Apache, MIT, BSD, GPL | | [assert_approx_eq](assert_approx_eq) | 1.1.0 | 2018 | Apache, MIT | | [assert_matches](assert_matches) | 1.5.0 | 2021 | Apache, MIT | | [cool_asserts](cool_asserts) | 2.0.3 | 2022 | Mozilla | | [more_asserts](more_asserts) | 0.3.1 | 2022 | Apache, MIT | | [assert2](assert2) | 1.65 | 2024 | BSD | | [claim](claim) | 0.5.0 | 2021 | Apache, MIT | | [claims](claims) | 0.7.1 | 2022 | Apache, MIT | | [galvanic-assert](galvanic-assert) | 0.8.7 | 2018 | Apache | | [totems](totems) | 0.2.7 | 2019 | MIT |