Expand description
The word “kutil” means “do-it-yourselfer” in Czech.
For more information and usage examples see the home page.
Modules§
- cli
cli
- CLI utilities.
- http
http
- HTTP utilities.
- io
io
- I/O utilities.
- std
std
- Standard library utilities.
- transcoding
transcoding
- Transcoding utilities.
Macros§
- capture_
async - Captures async code into a CapturedFuture.
- delegate_
newtype_ of_ foster_ byte_ string - Delegates traits to a FosterByteString newtype.
- delegate_
newtype_ of_ foster_ byte_ string_ vector - 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.
- unwrap_
or_ give - If the expression is Err, give the error and optionally use a default expression.
- unwrap_
or_ give_ and_ return - If the expression is Err, give the error and return an expression.