Crates.io | kindle_formats |
lib.rs | kindle_formats |
version | 0.1.3 |
source | src |
created_at | 2023-08-31 04:35:19.865616 |
updated_at | 2023-08-31 05:47:32.706558 |
description | File formats used in the Amazon Kindle ecosystem. |
homepage | |
repository | https://github.com/willemml/kindle_formats-rs |
max_upload_size | |
id | 959459 |
size | 13,127 |
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.