Docs.rs
sui-framework-sdk-0.13.1
sui-framework-sdk 0.13.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
unmaykr-aftermath
admin-aftermath
Dependencies
af-move-type ^0.14.1
normal
af-sui-pkg-sdk ^0.11.1
normal
af-sui-types ^0.14.1
normal
derive_more ^2
normal
move-stdlib-sdk ^0.12.1
normal
anyhow ^1
dev
tokio-test ^0.4.3
dev
Versions
34.03%
of the crate is documented
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
Module vec_set
sui_
framework_
sdk
0.13.1
Module vec_set
Module Items
Structs
In crate sui_
framework_
sdk
sui_framework_sdk
Module
vec_set
Copy item path
Source
Structs
ยง
VecSet
A set data structure backed by a vector. The set is guaranteed not to contain duplicate keys. All operations are O(N) in the size of the set
VecSet
Type
Tag