Expand description
§Cutoff Common
A collection of common utilities and helpers used across Cutoff projects.
This crate provides various utility traits, functions, and modules that are commonly used throughout the Cutoff ecosystem.
§Features
- Common traits like
IntoOkandMaybeFrom - Thread utilities
- Collections utilities
- I/O utilities
- URN handling
- Optional logging utilities (with the
tracing-subscriberfeature) - Optional serialization support (with the
serdefeature)
Modules§
- collections
- Collections Utilities
- io
- I/O utilities for file and directory operations.
- urn
- Utilities for working with Uniform Resource Names (URNs).
Traits§
- IntoOk
- A trait for converting a value into a
Result::Okvariant. - Maybe
From - A trait for attempting to convert from one type to another.
Functions§
- thread_
spawn - Creates a new thread with the specified name and executes the provided function.