Jonas Zunker

Results 2 issues of Jonas Zunker

I'm using the msi crate, but after some profiling, I think this crate might be the better place to report that. Code: ```rust let setup_file = BufReader::new(File::open("out_is/Setup.msi").unwrap()); let mut msi...

This PR introduces: * add `'_` lifetime to prevent newer compiler warnings * unsafe `from_raw_parts` functions for `ArrayVec` and `ArrayString` to allow users to workaround the current const-limitations introduced by...