continuwuity/src/core/utils
Jason Volk 27966221f1 add ready_try_fold to utils
Signed-off-by: Jason Volk <jason@zemos.net>
2024-11-08 06:09:04 +00:00
..
future fix clippy::ref_option 2024-10-27 02:11:07 +00:00
hash elaborate error macro and apply at various callsites 2024-07-14 11:31:39 +00:00
result add ready_try_fold to utils 2024-11-08 06:09:04 +00:00
stream add ready_try_fold to utils 2024-11-08 06:09:04 +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 even more byte utils optimizations 2024-07-04 21:06:35 +00:00
content_disposition.rs refactor for ruma cow headers; update for ContentDisposition type 2024-08-29 19:19:20 +00: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 inline analysis and symbol reduction; emits smaller than 64 bytes marked inline 2024-07-04 21:06:35 +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 tuple-apply macro with length argument for now 2024-11-03 07:32:09 +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 Filter extension to Result 2024-11-03 08:03:25 +00:00
set.rs Database Refactor 2024-10-25 00:32:30 -04:00
string.rs add str traits for split, between, unquote; consolidate tests 2024-10-25 00:15:01 -04:00
sys.rs support admin server restart --force 2024-07-03 06:34:16 +00:00
tests.rs Database Refactor 2024-10-25 00:32:30 -04:00
time.rs add timepoint_from_now to complement timepoint_ago in utils 2024-10-26 18:50:29 -04:00