Re-exports§
pub use hyper;pub use hyper_util;pub use ic_agent;pub use ic_bn_lib_common;pub use prometheus;pub use reqwest;pub use rustls;pub use uuid;
Modules§
Macros§
- dyn_
event - hname
- hval
- retry_
async - Retrying async closures/functions holding mutable references is a pain in Rust. So, for now, we’ll have to use a macro to work that around.
Enums§
- Retry
Error - Error to be used with
retry_asyncmacro which indicates whether it should be retried or not.
Functions§
- download_
url - Downloads the given url and returns it as Bytes
- download_
url_ async - Downloads the given url and returns it as Bytes
- download_
url_ to - Downloads the given url to given path. Destination folder must exist.
- download_
url_ to_ async - Downloads the given url to given path. Destination folder must exist.