0.3.0 (2025-03-12)
- The help message (
H
) was replaced with context (C
) in refinements.
0.2.0 (2025-03-10)
- The entire crate has been rewritten; please refer to the documentation.
0.1.0 (2025-03-01)
-
Added
AsRef<T>
forRefinement<T, P, C>
. -
Added
check
forRefinement<T, P, C>
that callsP::check
and returnsResult<(), P::Error>
.