Skip to main content

Module misc

Module misc 

Source
Expand description

Miscellaneous

Modules§

awc_http_connector
An object_store osc::HttpConnector built on awc, letting the S3 store run without reqwest (and hence without ring).
crypto
defer 🔒
Implementation of defer
drop_ext
A Bomb runs a callback when dropped, unless it is defused first.
error
fmt_ext
Tools for formatting
jwt
Implements limited JSON Web Token functionality for our purposes.
net_ext
rustls_ext
Helpers related to rustls.
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.