Skip to content
Branch: master
Go to file
Code
This branch is 37 commits ahead of eminence:master.

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

README.md

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

Resources

License

Languages

You can’t perform that action at this time.