Re-exports§
pub use byte_size::ByteSize;pub use config_enum::ConfigEnum;pub use configuration_utils::is_high_performance;pub use rw_task_lock::RwTaskLock;pub use rw_task_lock::RwTaskLockError;pub use rw_task_lock::RwTaskLockReadGuard;
Modules§
- adjustable_
semaphore - async_
iterator - async_
read - byte_
size - config_
enum - configuration_
utils - errors
- limited_
joinset - pipe
- rw_
task_ lock - singleflight
- A singleflight implementation for tokio.
Structs§
- Closure
Guard - Guard that executes a closure when dropped.
- CwdGuard
- Guard that temporarily changes the current working directory and restores the previous one on drop.
- EnvVar
Guard - Guard that temporarily sets an environment variable and restores the previous value on drop.
- Templated
Path Buf - A path buffer that can contain template variables like
{PID}and{TIMESTAMP}. - Unique
Id
Functions§
- output_
bytes - Convert a usize into an output string, choosing the nearest byte prefix.