Crate kutil

Crate kutil 

Source
Expand description

The word “kutil” means “do-it-yourselfer” in Czech.

For more information and usage examples see the home page.

Modules§

clicli
CLI utilities.
httphttp
HTTP utilities.
ioio
I/O utilities.
stdstd
Standard library utilities.
transcodingtranscoding
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.