Docs.rs
near-sdk-5.7.1
near-sdk 5.7.1
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
nearprotocol-ci
Dependencies
base64 ^0.22
normal
borsh ^1.0.0
normal
bs58 ^0.5
normal
near-account-id ^1.0.0
normal
near-gas ^0.3
normal
near-sdk-macros ~5.7.1
normal
near-sys ^0.2.2
normal
near-token ^0.3
normal
once_cell ^1.17
normal
serde ^1
normal
serde_json ^1
normal
anyhow ^1.0
dev
arbitrary ^1.2.3
dev
derive_arbitrary ^1.2.3
dev
getrandom ^0.2
dev
hex ^0.4.3
dev
insta ^1.39.0
dev
near-abi ^0.4.0
dev
near-rng ^0.1.1
dev
near-workspaces ^0.16
dev
quickcheck ^1.0
dev
rand ^0.8.4
dev
rand_chacha ^0.3.1
dev
rand_xorshift ^0.3
dev
rustversion ^1.0
dev
strum ^0.25.0
dev
strum_macros ^0.25.3
dev
symbolic-debuginfo ^12
dev
tokio ^1
dev
trybuild ^1.0
dev
near-abi ^0.4.0
normal
optional
near-crypto ^0.28
normal
optional
near-parameters ^0.28
normal
optional
near-primitives ^0.28
normal
optional
near-primitives-core ^0.28
normal
optional
near-vm-runner ^0.28
normal
optional
schemars ^0.8.8
normal
optional
wee_alloc ^0.4.5
normal
optional
Versions
79.38%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
near_
sdk
5.7.1
Module iterable_
set
Module Items
Structs
In near_
sdk::
store
near_sdk
::
store
Module
iterable_set
Copy item path
Source
Structs
ยง
Difference
A lazy iterator producing elements in the difference of
UnorderedSet
s.
Drain
A draining iterator for
IterableSet
.
Intersection
A lazy iterator producing elements in the intersection of
UnorderedSet
s.
Iter
An iterator over elements of a
IterableSet
.
Iterable
Set
A lazily loaded storage set that stores its content directly on the storage trie. This structure is similar to
near_sdk::store::LookupSet
, except that it keeps track of the elements so that
IterableSet
can be iterable among other things.
Symmetric
Difference
A lazy iterator producing elements in the symmetrical difference of
IterableSet
s.
Union
A lazy iterator producing elements in the union of
UnorderedSet
s.