Static encoding_rs::X_MAC_CYRILLIC [] [src]

pub static X_MAC_CYRILLIC: &'static Encoding = &X_MAC_CYRILLIC_INIT

The x-mac-cyrillic 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.