Crate rustc_data_structures [−] [src]
rustc_private
)Various data structures used by the Rust compiler. The intention is that code in here should be not be specific to rustc, so that it can be easily unit tested and so forth.
Note
This API is completely unstable and subject to change.
Modules
bitvec | [Unstable] |
fnv | [Unstable] |
graph |
[Unstable] A graph module for use in dataflow, region resolution, and elsewhere. |
ivar | [Unstable] |
obligation_forest |
[Unstable] The |
snapshot_vec |
[Unstable] A utility class for implementing "snapshottable" things; a snapshottable data structure permits
you to take a snapshot (via |
transitive_relation | [Unstable] |
tuple_slice | [Unstable] |
unify | [Unstable] |
veccell | [Unstable] |