sunnysab / zim

Zim reader in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zim

A rust library and cli tool to read and extract zim files.

Build

> cargo build --release

Usage with IPFS

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

License

Licensed under either of

at your option.

About

Zim reader in rust

License:Apache License 2.0


Languages

Language:Rust 100.0%