Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Add rs versions of bzip and zstd in order to pass static compiles#429

Closed
lolpro11 wants to merge 2 commits intozip-rs:masterfrom
lolpro11:master
Closed

Add rs versions of bzip and zstd in order to pass static compiles#429
lolpro11 wants to merge 2 commits intozip-rs:masterfrom
lolpro11:master

Conversation

@lolpro11
Copy link

Bzip-sys and Zstd-sys are the only two packages that require dynamic linking to system libs.
In order to pass a static compile (for use in containers), I recommend using a pure Rust impl of these compression algorithms.
Zstud seems to be using ffi functions, but it does produce a static lib. It does use system libs for compiling, which should be fine.

@Pr0methean
Copy link
Member

Replaced by zip-rs/zip2#58.

@Pr0methean Pr0methean closed this May 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants