Crate itoa[][src]

Structs

Buffer

A safe API for formatting integers to text.

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.