# Comparisons
Assertables comparisons to other Rust crates and assertion techniques.
| [assertables](https://crates.io/crates/assertables) | 10.0.0 | 2026 | Apache, MIT, BSD, GPL |
| [assert_approx_eq](https://crates.io/crates/assert_approx_eq) | 1.1.0 | 2018 | Apache, MIT |
| [assert_matches](https://crates.io/crates/assert_matches) | 1.5.0 | 2021 | Apache, MIT |
| [assert2](https://crates.io/crates/assert2) | 0.4.0 | 2026 | BSD |
| [claim](https://crates.io/crates/claim) | 0.5.0 | 2021 | Apache, MIT |
| [claims](https://crates.io/crates/claims) | 0.8.0 | 2024 | Apache, MIT |
| [cool_asserts](https://crates.io/crates/cool_asserts) | 2.0.4 | 2025 | Mozilla |
| [galvanic-assert](https://crates.io/crates/galvanic-assert) | 0.8.7 | 2018 | Apache |
| [more_asserts](https://crates.io/crates/more_asserts) | 0.3.1 | 2022 | Apache, MIT |
| [totems](https://crates.io/crates/totems) | 0.2.7 | 2019 | MIT |
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)