Docs.rs
gpui_collections-0.2.2
gpui_collections 0.2.2
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
mikayla-maki
github:zed-industries:crates-io
Dependencies
indexmap ^2.7.0
normal
rustc-hash ^2.1.0
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
HashSet
gpui_
collections
0.2.2
HashSet
Aliased Type
In crate gpui_
collections
gpui_collections
Type Alias
HashSet
Copy item path
Source
pub type HashSet<T> =
FxHashSet
<T>;
Aliased Type
ยง
pub struct HashSet<T> {
/* private fields */
}