pub fn encode_lib<'a, I>(lib: I) -> Vec<u8> where
    I: IntoIterator<Item = (&'a str, &'a FrozenModule)>,
    I::IntoIter: ExactSizeIterator + Clone,
Expand description

Encode the given iterator of frozen modules into a compressed vector of bytes