pub fn from_uncompressed_data<T>(v: &[u8]) -> Result<T, Box<ErrorKind, Global>>where
    T: DeserializeOwned,
Expand description

To be used when deserializing a [SyntaxSet] from raw data, for example data that has been embedded in your own binary with the include_bytes! macro.