[src]

Module std::i8

Operations and constants for signed 8-bits integers (i8 type)

pub static BITS: uint = 8  
pub static BYTES: uint = ($bits / 8)  
pub static MAX: i8 = !MIN  
pub static MIN: i8 = (-1 as $T) << (BITS - 1)  
parse_bytes

Parse a byte slice as a number in the given base.

to_str_bytes

Convert to a string as a byte slice in a given base.