//! Encode Shift-JIS Kanji data into a QR code.
//!
//! Kanji mode packs double-byte Shift-JIS characters at 13 bits each. We push
//! raw bytes via the `Bits` API and render the result as a terminal string.
//!
//! Run: `cargo run --example encode_kanji`
use Bits;
use ;