Skip to content

Library Usage #2

@marler8997

Description

@marler8997

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions