Docs.rs
cairo-lang-utils-2.13.1
cairo-lang-utils 2.13.1
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
gilbens-starkware
orizi
Dependencies
hashbrown ^0.16.0
normal
indexmap ^2.10.0
normal
itertools ^0.14.0
normal
num-bigint ^0.4.6
normal
num-traits ^0.2.19
normal
parity-scale-codec ^3.7.5
normal
optional
salsa ^0.24.0
normal
optional
schemars ^1.0.4
normal
optional
serde ^1.0.219
normal
optional
smol_str ^0.3.2
normal
tracing ^0.1.40
normal
optional
tracing-log ^0.2.0
normal
optional
tracing-subscriber ^0.3.20
normal
optional
vector-map ^1.0.2
normal
optional
serde_json ^1.0.142
dev
test-case ^3.3.1
dev
tracing ^0.1.40
dev
Versions
72.46%
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
Module unordered_hash_map
cairo_
lang_
utils
2.13.1
Module unordered_
hash_
map
Module Items
Structs
Enums
In crate cairo_
lang_
utils
cairo_lang_utils
Module
unordered_
hash_
map
Copy item path
Source
Structs
§
Unordered
Hash
Map
A hash map that does not care about the order of insertion.
Enums
§
Entry
A view into a single entry in a map, which may either be vacant or occupied.