continuwuity/src/core/utils
Jason Volk 23cf2b2236 add is_err() to TryFuture extension
add fold_default to Future tools extension

Signed-off-by: Jason Volk <jason@zemos.net>
2024-12-08 07:12:23 +00:00
..
future add is_err() to TryFuture extension 2024-12-08 07:12:23 +00:00
hash optimize sha256 interface gather/vector inputs 2024-11-16 00:33:40 +00:00
result impl transposed form of MapExpect 2024-12-01 10:51:04 +00:00
stream add is_err() to TryFuture extension 2024-12-08 07:12:23 +00:00
string add str traits for split, between, unquote; consolidate tests 2024-10-25 00:15:01 -04:00
arrayvec.rs start an ArrayVec extension trait 2024-10-27 00:11:50 +00:00
bool.rs additional bool extensions for Result/Option conversion 2024-11-03 08:03:25 +00:00
bytes.rs add pretty/si-unit byte size parsing/printing utils 2024-11-13 02:38:03 +00:00
content_disposition.rs add debug_assert is_sorted for inline content types 2024-11-15 09:41:17 -05:00
debug.rs split / cleanup core utils. 2024-06-02 20:17:45 +00:00
defer.rs add util to restore state on scope exit 2024-10-26 18:50:29 -04:00
hash.rs optimize sha256 interface gather/vector inputs 2024-11-16 00:33:40 +00:00
html.rs restrict clippy::string_slice 2024-07-08 22:02:10 +00:00
json.rs split / cleanup core utils. 2024-06-02 20:17:45 +00:00
math.rs add mactors for true/false 2024-10-26 18:50:28 -04:00
mod.rs add ref_at util macro 2024-12-03 07:39:02 +00:00
mutex_map.rs cleanup on drop for utils::mutex_map. 2024-07-13 21:20:05 +00:00
rand.rs add random shuffle util 2024-10-26 18:50:29 -04:00
result.rs add unwrap_or_err to result 2024-11-11 20:50:05 +00:00
set.rs add set intersection util for two sorted streams 2024-11-22 09:38:34 +00:00
string.rs add str traits for split, between, unquote; consolidate tests 2024-10-25 00:15:01 -04:00
sys.rs fix new lints; clippy::unnecessary-map-or 2024-11-29 06:58:45 +00:00
tests.rs add set intersection util for two sorted streams 2024-11-22 09:38:34 +00:00
time.rs add timepoint_from_now to complement timepoint_ago in utils 2024-10-26 18:50:29 -04:00