Module rustc_metadata::isolated_encoder[][src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Re-exports

use encoder::EncodeContext;
use schema::Lazy;
use schema::LazySeq;
use rustc::ty::TyCtxt;
use rustc_serialize::Encodable;

Structs

IsolatedEncoder [
Experimental
]

The IsolatedEncoder provides facilities to write to crate metadata while making sure that anything going through it is also feed into an ICH hasher.