continuwuity/src/core/utils
Jason Volk 3eed408b29 additional util macros and reorg
Signed-off-by: Jason Volk <jason@zemos.net>
2025-01-20 04:48:47 +00:00
..
future additional futures extension utils 2025-01-09 18:14:23 +00:00
hash apply new rustfmt.toml changes, fix some clippy lints 2024-12-15 01:00:41 -05:00
math add checked math wrapper 2025-01-20 04:16:17 +00:00
result apply new rustfmt.toml changes, fix some clippy lints 2024-12-15 01:00:41 -05:00
stream additional futures extension utils 2025-01-09 18:14:23 +00:00
string apply new rustfmt.toml changes, fix some clippy lints 2024-12-15 01:00:41 -05:00
sys additional affinity utils 2025-01-20 04:48:47 +00:00
time move exponential backoff util to different submod 2025-01-01 23:28:01 -05:00
arrayvec.rs start an ArrayVec extension trait 2024-10-27 00:11:50 +00:00
bool.rs add and/and_then to BoolExt 2025-01-01 23:28:01 -05:00
bytes.rs apply new rustfmt.toml changes, fix some clippy lints 2024-12-15 01:00:41 -05:00
content_disposition.rs apply new rustfmt.toml changes, fix some clippy lints 2024-12-15 01:00:41 -05:00
debug.rs apply new rustfmt.toml changes, fix some clippy lints 2024-12-15 01:00:41 -05:00
defer.rs apply new rustfmt.toml changes, fix some clippy lints 2024-12-15 01:00:41 -05:00
hash.rs optimize sha256 interface gather/vector inputs 2024-11-16 00:33:40 +00:00
html.rs apply new rustfmt.toml changes, fix some clippy lints 2024-12-15 01:00:41 -05:00
json.rs apply new rustfmt.toml changes, fix some clippy lints 2024-12-15 01:00:41 -05:00
math.rs add checked math wrapper 2025-01-20 04:16:17 +00:00
mod.rs additional util macros and reorg 2025-01-20 04:48:47 +00:00
mutex_map.rs tweak tracing spans; inlines 2025-01-10 07:03:34 +00:00
rand.rs add random shuffle util 2024-10-26 18:50:29 -04:00
result.rs apply new rustfmt.toml changes, fix some clippy lints 2024-12-15 01:00:41 -05:00
set.rs relax Send on input iterator 2024-12-18 13:29:51 -05:00
string.rs Fix typo in test from rename 2024-12-17 19:29:46 +00:00
sys.rs additional affinity utils 2025-01-20 04:48:47 +00:00
tests.rs fixes for tests to be run in release-mode 2025-01-09 19:56:42 +00:00
time.rs move exponential backoff util to different submod 2025-01-01 23:28:01 -05:00