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.
- future
- Future utilities.
- iter
- Iteration utilities.
- string
- String utilities.
- sync
- Synchronization utilities.
Macros§
- capture_
async - Captures async code into a CapturedFuture.
- delegate_
newtype_ of_ foster_ bytestr - Delegates traits to a FosterByteStr newtype.
- delegate_
newtype_ of_ foster_ bytestr_ vector - Delegates traits to a FosterByteStrVector newtype.
- delegate_
newtype_ of_ foster_ string - Delegates traits to a FosterString newtype.
- delegate_
newtype_ of_ foster_ string_ vector - Delegates traits to a FosterStringVector newtype.