Modules§
- cache
- cid
- db
- encoding
- flume
- get_
size - io
- misc
- multihash
- This module back-fills the Identify hasher and code that was removed in
multihashcrate. 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
RangeHTTP header to resume get requests. - stats
- stream
- version
Structs§
- Retry
Args - UrlFrom
Multi Addr "hunter2:/ip4/127.0.0.1/wss" -> "wss://:hunter2@127.0.0.1/"
Enums§
Functions§
- multiaddr2url 🔒
"/dns/example.com/tcp/8080/http" -> "http://example.com:8080/"- retry
- Keep running the future created by
make_futuntil the timeout or retry limit inargsis reached.Fmust be cancel safe.