docs.rs failed to build cbz-1.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
cbz-1.0.2
cbz
A Rust crate that allows you to read and write cbz, cbt, cb7 files, with ComicInfo.xml metadata.
Features flag
cbz: support forcbzreader and writercbt: support forcbtreader and writercb7: support forcb7reader and writerlog: logging...comicinfo: support forComicInfo.xmlmetadata
None of these features is enabled by default.
Examples
Reading a cbz file
use ;
Writing a cbz file
use ;
use ;
Custom reader and writer implementations.
You can make your own reader via the cbz::read::ComicBookReader trait. For writer, check the cbz::read::ComicBookWriter trait.
References and acknowledgement:
- cbz pip created by @hyugogirubato
- anansi-project/comicinfo for the
ComicInfo.xmlspecification
License
MIT or Apache 2.0 (at your choice)