Jiahao XU
Jiahao XU
For embed-resource introduced in #262 , I don't think we could do that without breaking cross compilation. If we do ```toml [target.'cfg(windows)'.build-dependencies] ``` Then it would break cross compilation for...
I was thinking about killing it, by running embed-resource in CI and then commit the manifest into our github repository, however that doesn't seem possible. https://docs.rs/embed-resource/latest/src/embed_resource/non_windows.rs.html embed-resource actually compiles using...
I think embed-resource, we should open a ticket in upstream to make toml optional and provide the information manifest through the build-script?
Well but our user could do that, if they decide to do `cargo install cargo-quickinstall` for windows, on a linux machine. I'd imagine speeding up cargo-quickinstall is to mainly benefit...
> I'm not completely sure what the use case is for this. I will have a go at making the cross compilation thing work anyway, and get back to you....
There's a separate binding crate https://lib.rs/crates/zstd-seekable which can be used as a reference implementation
cc @gyscos Are you interested in having this seekable zstd in this repository/crate? Looking at the code, there's a `ZSTD_seekable` and `ZSTD_seekable_compressor`, so it looks like just two more bindings...
Thank you! That's an interesting read, we will try and see which one is easiest for us.
debian trixie has released with rust 1.85, though IIRC one of the other popular distro (centos or fedora, I can't remember) still on 1.84
Thanks for reporting, I will investigate it