add ReadyEq future extension

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-04-06 19:09:07 +00:00 committed by Jade Ellis
parent 0bee87b693
commit 208b81a18f
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
4 changed files with 52 additions and 25 deletions

View file

@ -28,7 +28,7 @@ pub use self::{
bool::BoolExt,
bytes::{increment, u64_from_bytes, u64_from_u8, u64_from_u8x8},
debug::slice_truncated as debug_slice_truncated,
future::TryExtExt as TryFutureExtExt,
future::{BoolExt as FutureBoolExt, OptionStream, TryExtExt as TryFutureExtExt},
hash::sha256::delimited as calculate_hash,
html::Escape as HtmlEscape,
json::{deserialize_from_str, to_canonical_object},