gbk

Macro gbk 

Source
gbk!() { /* proc-macro */ }
Expand description

§Examples

const BYTES: &[u8] = encoded::gbk!("漢字");
assert_eq!(BYTES, b"\x9d\x68\xd7\xd6");

For more information, see crate level documentation.