kindle_formats

Crates.iokindle_formats
lib.rskindle_formats
version0.1.3
sourcesrc
created_at2023-08-31 04:35:19.865616
updated_at2023-08-31 05:47:32.706558
descriptionFile formats used in the Amazon Kindle ecosystem.
homepage
repositoryhttps://github.com/willemml/kindle_formats-rs
max_upload_size
id959459
size13,127
(willemml)

documentation

README

Rusty Kindle File Formats

Rust representations of data formats used by Kindle e-readers. Currently only the KRDS format is supported. Documentation is given when purpose of fields and types is known, if you know anything not documented (or documented incorrectly) please contribute or make an issue.

These representations may be innacurate. They may be missing some fields and some fields may not be required by each format even though I have not wrapped them in optionals. These representations may seem strange, but they are designed to go with my other project serde_krds.

Information on format and value/field names were determined thanks to users posting in this mobilereads.com thread.

Commit count: 4

cargo fmt