[][src]Static encoding_rs::GB18030

pub static GB18030: &'static Encoding = &GB18030_INIT

The gb18030 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.