Skip to content

bodleian/wacksy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wacksy

Software Heritage Archive Deps.rs Crate Dependencies (latest) Crates.io Total Downloads

An experimental Rust library for reading and writing WACZ files.

Install

With cargo installed, run the following command in your project directory:

cargo add wacksy

Background

A WACZ file is essentially a zip file; according to the example in the spec it should contain:

archive
└── data.warc.gz
datapackage.json
datapackage-digest.json
indexes
└── index.cdx.gz
pages
└── pages.jsonl

Similar libraries

License

MIT © Bodleian Libraries and contributors