Static encoding_rs::IBM866 [] [src]

pub static IBM866: &'static Encoding = &IBM866_INIT

The IBM866 encoding.

This will change from static to const if Rust changes to make the referent of pub const FOO: &'static Encoding unique cross-crate, so don't take the address of this static.