Expand description
Various Rust utilities to enhance the standard library.
Part of the Kutil family of Rust utility libraries.
The word “kutil” means “do-it-yourselfer” in Czech.
For more information and usage examples see the home page.
Modules§
- borrow
- Borrow utilities.
- collections
- Collections utilities.
- error
- Error utilities.
- foster
- Foster utilities.
- fs
- Filesystem utilities.
- future
- Future utilities.
- iter
- Iteration utilities.
- metric
- Metric utilities.
- string
- String utilities.
- sync
- Synchronization utilities.
Macros§
- capture_
async - Captures async code into a CapturedFuture.
- delegate_
newtype_ of_ foster_ byte_ string byte_string
- Delegates traits to a FosterByteString newtype.
- delegate_
newtype_ of_ foster_ byte_ string_ vector byte_string
- Delegates traits to a FosterByteStringVector newtype.
- delegate_
newtype_ of_ foster_ string - Delegates traits to a FosterString newtype.
- delegate_
newtype_ of_ foster_ string_ vector - Delegates traits to a FosterStringVector newtype.
- message_
error - Define a message error.