Giter VIP home page Giter VIP logo

hwzip.zig's Issues

Can't clone on windows

Not sure if this is meant to run on Windows, but I can't clone the repo:

>git clone https://github.com/hdorio/hwzip.zig
Cloning into 'hwzip.zig'...
remote: Enumerating objects: 109, done.
remote: Counting objects: 100% (109/109), done.
remote: Compressing objects: 100% (91/91), done.
remote: Total 109 (delta 17), reused 104 (delta 12), pack-reused 0
Receiving objects: 100% (109/109), 3.65 MiB | 5.14 MiB/s, done.
Resolving deltas: 100% (17/17), done.
error: invalid path 'doc/zip - Zip Files: History, Explanation and Implementation/files/APPNOTE-4.5.0.txt'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

Looks like the doc filename zip - Zip Files: History, Explanation and Implementation is invalid on Windows.

Library Usage

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");
//...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.