2 releases

0.1.1 Feb 14, 2025
0.1.0 Jan 15, 2025

#272 in Compression

Download history 121/week @ 2025-01-15 2/week @ 2025-02-05 119/week @ 2025-02-12 4/week @ 2025-02-19 3/week @ 2025-02-26

128 downloads per month

MIT license

12KB
286 lines

Installation

cargo install zipcompose

Configuration

Here is an example of a zip-compose.yaml file:

archives:
  test:
    filename: test.zip
    entries:
      - dest_dir: .
        files:
          - ./src/main.rs
          - src: ./src/main.rs
            dest: renamed_main.rs

Dependencies

~10–20MB
~307K SLoC