continuwuity/src/core/utils
Jason Volk 63053640f1 add util functors for is_zero/is_equal; move clamp to math utils
Signed-off-by: Jason Volk <jason@zemos.net>
2024-10-25 00:15:01 -04:00
..
hash elaborate error macro and apply at various callsites 2024-07-14 11:31:39 +00:00
string add str traits for split, between, unquote; consolidate tests 2024-10-25 00:15:01 -04:00
algorithm.rs move common_elements util into unit 2024-10-25 00:15:01 -04: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 allow expression to defer macro 2024-08-29 19:19:20 +00: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 util functors for is_zero/is_equal; move clamp to math utils 2024-10-25 00:15:01 -04:00
mod.rs add util functors for is_zero/is_equal; move clamp to math utils 2024-10-25 00:15:01 -04:00
mutex_map.rs cleanup on drop for utils::mutex_map. 2024-07-13 21:20:05 +00:00
rand.rs fix arithmetic side-effects 2024-07-08 22:02:09 +00: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 add str traits for split, between, unquote; consolidate tests 2024-10-25 00:15:01 -04:00
time.rs abstract duration parsing into utils 2024-08-29 19:19:20 +00:00