[src]

Module std::uint

Operations and constants for architecture-sized unsigned integers (uint type)

pub static BITS: uint = ::int::BITS  
pub static BYTES: uint = ($bits / 8)  
pub static MAX: uint  
pub static MIN: uint  
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.