pub fn pack_hot(trits: &[i8]) -> Vec<u8> ⓘ
Pack trits into hot 2-bpw format (4 trits per byte).
Bit encoding: 0b00=−1, 0b01=0, 0b10=+1. LSB-first within each byte.
0b00=−1
0b01=0
0b10=+1