Crates.io | zim |
lib.rs | zim |
version | 0.4.0 |
source | src |
created_at | 2020-01-19 23:25:56.088764 |
updated_at | 2022-12-26 15:24:15.99116 |
description | ZIM reading and extraction |
homepage | https://github.com/dignifiedquire/zim |
repository | https://github.com/dignifiedquire/zim |
max_upload_size | |
id | 200294 |
size | 82,691 |
A rust library and cli tool to read and extract zim files.
> cargo build --release
To add a file data.zim
to ipfs do the following.
> ./target/release/extract_zim --skip-link data.zim
> ipfs add -r out
> ipfs files cp /ipfs/<outhash> /
> ipfs files mv /<outhash> /data
> ./target/release/ipfs_link /data data.zim
and then execute all commands in link.txt
Licensed under either of
at your option.