Module std::u8Unstable [-]  [+] [src]

Operations and constants for unsigned 8-bits integers (u8 type)

Primitive Types

u8

Operations and constants for unsigned 8-bits integers (u8 type)

Statics

pub static BITS: uint = [definition]  
pub static BYTES: uint = [definition]  
pub static MAX: u8 = [definition]  
pub static MIN: u8 = [definition]  

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.