Module std::i8::generated

Reexports

pub use cmp::{min, max};

Statics

pub static bits: uint = 8  
pub static bytes: uint = ($bits / 8);  
pub static max_value: i8 =  
pub static min_value: i8 = (-1 as $T) << (bits - 1);  

Functions

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.