-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
I'd like to try out and possibly use this zip library in my "zigup" tool: https://github.com/marler8997/zigup
I'm currently using zarc but it's slow and the maintainer seems to be too busy to be able to maintain it.
This project just seems to be missing a few things to be able to use it as a library, such as making some of the functions public like extract_file and maybe creating an "index file" which provides a single module that exposes all the modules with public members, i.e.
hufman.zig
pub const deflate = @import("deflate.zig");
pub const huffman = @import("huffman.zig");
//...Metadata
Metadata
Assignees
Labels
No labels