A trait for collecting values into a container which has an invariant to uphold and whose construction may fail
Fallible rust stable std collections allocations
Zero dependency trait that provides retry function that works with iterators
Proc-macro derive to generate keypath methods using rust-keypaths (static dispatch)
Command pipeline orchestration with automatic LIFO rollback and recursive compensation, for sync and async Rust workflows.
Safe failable sort, min, max, binary_search functions for PartialOrd. No need to wrap f32, f64 to sort any more.
A static dispatch, faster alternative to rust-key-paths - Type-safe, composable keypaths for Rust with superior performance