Skip to main content

Module misc

Module misc 

Source
Expand description

Miscellaneous

Modules§

crypto
defer 🔒
Implementation of defer
drop_ext
error
fmt_ext
Tools for formatting
jwt
Implements limited JSON Web Token functionality for our purposes.
net_ext
serde_ext
Tools for (de)serialization
stream_ext
Tools for dealing with streams
task
Tools for dealing with tokio tasks.
time_ext
Tools for dealing with time.

Functions§

defer
Defers the execution of f until the return value is dropped.