itoa
pub fn write<W: Write, V: Integer>(wr: W, value: V) -> Result<usize>
Write integer to an io::Write.
io::Write