Docs.rs
cairo-lang-utils-2.12.3
cairo-lang-utils 2.12.3
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
gilbens-starkware
orizi
Dependencies
env_logger ^0.11.6
normal
optional
hashbrown ^0.15.2
normal
indexmap ^2.7.1
normal
itertools ^0.14.0
normal
log ^0.4.25
normal
optional
num-bigint ^0.4.6
normal
num-traits ^0.2.19
normal
parity-scale-codec ^3.7.4
normal
optional
schemars ^0.8.21
normal
optional
serde ^1.0.217
normal
optional
smol_str ^0.3.2
normal
time ^0.3.37
normal
optional
env_logger ^0.11.6
dev
serde_json ^1.0.138
dev
test-case ^3.3.1
dev
test-log ^0.2.17
dev
Versions
72.88%
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 unordered_hash_map
cairo_
lang_
utils
2.12.3
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.