Function bonsaidb::core::transmog_pot::pot::format::write_u128
pub fn write_u128<W>(writer: W, value: u128) -> Result<usize, Error>where
W: WriteBytesExt,
Expand description
Writes an Kind::Int
atom with the given value. Will encode in a smaller format if possible.