Docs.rs
filecoin-proofs-api-11.1.0
filecoin-proofs-api 11.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
filecoin-crate-owner
github:filecoin-project:proofs-crate-owners
Dependencies
anyhow ^1.0.26
normal
bellperson ^0.21
normal
bincode ^1.1.2
normal
blstrs ^0.4.0
normal
filecoin-hashers ~6.1
normal
filecoin-proofs ~11.1
normal
fr32 ~4.1
normal
lazy_static ^1.2
normal
serde ^1.0.104
normal
storage-proofs-core ~11.1
normal
storage-proofs-porep ~11.1
normal
Versions
9.01%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
OrderedSectorSet
In filecoin_proofs_api
?
Type Definition
filecoin_proofs_api
::
OrderedSectorSet
source
·
[
−
]
pub type OrderedSectorSet =
BTreeSet
<
SectorId
>;
Expand description
An ordered set of
SectorId
s.