Module rustc::utilUnstable [-] [+] [src]

Modules

common
fs
lev_distance
nodemap

An efficient hash map for node IDs

ppaux
sha2

This module implements only the Sha256 function since that is all that is needed for internal use. This implementation is not intended for external use or for any use where security is important.

snapshot_vec

A utility class for implementing "snapshottable" things; a snapshottable data structure permits you to take a snapshot (via start_snapshot) and then, after making some changes, elect either to rollback to the start of the snapshot or commit those changes.