Registry / utility / rustc-ap-rustc-data-structures

rustc-ap-rustc-data-structures

JSON →
library727.0.0rscratesunverified

Automatically published version of the package `rustc_data_structures` from the rust-lang/rust repository.

# Cargo.toml [dependencies] rustc-ap-rustc_data_structures = "727.0.0"
INSTALL
IMPORT
SIG · RUSTC-AP-RUSTC-DAT
R
rustc-ap-rustc-data-structures
utilityrustv727.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FxHashMap
use rustc_data_structures::fx::FxHashMap;

Uses FxHashMap from rustc_data_structures.

use rustc_data_structures::fx::FxHashMap; let mut map = FxHashMap::default(); map.insert("key", 42); println!("{:?}", map.get("key"));
Debug
Known issues
gotchaThis crate is auto-published from the Rust compiler repository and may have unstable APIs.
fix
Use the official rustc crate or stable alternatives for production code.
affects: all
Upgrade
Version history
727.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
rustc-ap-rustc-data-structures — cargo add rustc-ap-rustc-data-structures · libregistry