Crate itoa [] [src]

Traits

Integer

An integer that can be formatted by itoa::write and itoa::fmt.

Functions

fmt

Write integer to an fmt::Write.

write

Write integer to an io::Write.