Function bincode::deserialize [] [src]

pub fn deserialize<T>(bytes: &[u8]) -> Result<T> where T: Deserialize

Deserializes 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.