Results 3 comments of LordRatte

For what it's worth, I worked around this by NOT using pacman-git. It seems to be behind? I have been using pacman-git until now, though. ``` aur/pacman-git 6.0.0.r5.g542910d6-1 (+26 0.00)...

I used the lz4_compression crate. It seems lightweight and it's written in pure Rust (which I presume means it will run on multiple targets). Even if this isn't the library...

To visualise how it works, let's take an example of the generated, intermediate code. ```rust ... static PROJECT_DIR: Dir = include_dir::Dir::new("", &[include_dir::DirEntry::File(include_dir::File::new("a", b"12345678910\n12345678910\n12345678910\n12345678910\n12345678910\n12345678910\n12345678910\n12345678910\n12345678910\n12345678910\n"))]); fn main() { PROJECT_DIR.extract(Path::new("./o")).unwrap(); } ``` Now...