mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-12 14:53:58 +02:00
add ReadyEq future extension
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
75fb19a5ca
commit
d8b56c9c35
4 changed files with 52 additions and 25 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue