Docs.rs
ic-stable-structures-0.6.9
ic-stable-structures 0.6.9
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ielashi
github:dfinity:execution
Dependencies
canbench-rs ^0.2.0
normal
optional
ic_principal ^0.1.1
normal
candid ^0.10.14
dev
hex ^0.4.3
dev
ic-cdk ^0.17.2
dev
ic-cdk-macros ^0.17.2
dev
maplit ^1.0.2
dev
proptest ^1.7.0
dev
tempfile ^3.20.0
dev
test-strategy ^0.4.1
dev
Versions
76.41%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
ic_
stable_
structures
0.6.9
Module btreeset
Module Items
Structs
In crate ic_
stable_
structures
ic_stable_structures
Module
btreeset
Copy item path
Source
Expand description
This module implements a set based on a B-Tree in stable memory.
Structs
ยง
BTree
Set
A B-Tree set implementation that stores its data into a designated memory.
Iter
An iterator over the entries of a
BTreeSet
.