pub fn from_reader_with_limit<T>(reader: impl Read, limit: usize) -> Result<T>
Expand description

Same as from_reader_seed but use limit as max container depth instead of MAX_CONTAINER_DEPTHNote thatlimit` has to be lower than MAX_CONTAINER_DEPTH