Function zng_tp_licenses::decode_licenses
source ยท pub fn decode_licenses(bin: &[u8]) -> Vec<LicenseUsed>
Expand description
Decode licenses encoded with encode_licenses
. Note that the encoded format is only guaranteed to work
if both encoding and decoding is made with the same Cargo.lock
dependencies.