Function bincode::rustc_serialize::decode
[−]
[src]
pub fn decode<T: Decodable>(b: &[u8]) -> DecodingResult<T>
Decodes a slice of bytes into an object.
This method does not have a size-limit because if you already have the bytes in memory, then you don't gain anything by having a limiter.