feat(obiread): add static bzip2 and lzma compression support #3

Merged
coissac merged 1 commits from push-qpvrrxpnqlkw into main 2026-05-22 08:29:43 +00:00
Owner

Explicitly add bzip2-sys and liblzma-sys with the static feature to the obiread crate. This enforces static linking for BZ2 and LZMA/XZ backends, eliminating runtime dynamic library dependencies and ensuring consistent binary distribution.

Explicitly add `bzip2-sys` and `liblzma-sys` with the `static` feature to the `obiread` crate. This enforces static linking for BZ2 and LZMA/XZ backends, eliminating runtime dynamic library dependencies and ensuring consistent binary distribution.
coissac added 1 commit 2026-05-22 08:29:38 +00:00
Explicitly add `bzip2-sys` and `liblzma-sys` with the `static` feature to the `obiread` crate. This enforces static linking for BZ2 and LZMA/XZ backends, eliminating runtime dynamic library dependencies and ensuring consistent binary distribution.
coissac merged commit fe0832190b into main 2026-05-22 08:29:43 +00:00
coissac deleted branch push-qpvrrxpnqlkw 2026-05-22 08:29:43 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: OBIKmers/obikmer#3