You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what and how one would install rust-brotli to drop in instead of the shared libs as well? would it mean to link the rust-brotli so to all of the ones wanted?
./target/release/libbrotli_ffi.so
The text was updated successfully, but these errors were encountered:
I only tested with a very old version of brotli--it seems like the new brotli does export BrotliSetDictionaryData dictionary functions in libbrotlicommon that is not present in this version
If your lib only utilized the present functions then it would be a 1:1 drop-in that you could link against. I'm not sure the binaries can be substituted exactly this way.
on arch linux e.g. brotli consists of the following:
removing brotli is not possible as there are dependencies:
rust-brotli currently is the following, binary
brotli
renamed tobrotlir
at the moment to not clash with brotli:what and how one would install rust-brotli to drop in instead of the shared libs as well? would it mean to link the rust-brotli so to all of the ones wanted?
The text was updated successfully, but these errors were encountered: