Module utils

Module utils 

Source

Modules§

cache
cid
db
encoding
flume
get_size
io
misc
multihash
This module back-fills the Identify hasher and code that was removed in multihash crate. See https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md#-breaking-changes and https://github.com/multiformats/rust-multihash/pull/289
net
p2p
proofs_api
rand
reqwest_resume
Wrapper that uses the Range HTTP header to resume get requests.
stats
stream
version

Structs§

RetryArgs
UrlFromMultiAddr
"hunter2:/ip4/127.0.0.1/wss" -> "wss://:hunter2@127.0.0.1/"

Enums§

RetryError

Functions§

multiaddr2url 🔒
"/dns/example.com/tcp/8080/http" -> "http://example.com:8080/"
retry
Keep running the future created by make_fut until the timeout or retry limit in args is reached. F must be cancel safe.