goodreads 0.1.1

A crate for deserializing a Goodreads library export
Documentation
  • Coverage
  • 7.14%
    2 out of 28 items documented1 out of 2 items with examples
  • Size
  • Source code size: 20.85 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.67 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 29s Average build duration of successful builds.
  • all releases: 29s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • jaredforth/goodreads
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jaredforth

Build Status Crate API Crates.io

goodreads

A crate for deserializing a Goodreads library export. What you do with the data in the tabula rasa of your project is, of course, up to you.

Documentation:

Usage

Add this to your Cargo.toml:

[dependencies]

goodreads = "0.1"

Examples

An example for converting a Goodreads CSV export into a Book is in the examples directory. It can be run using

cargo run --example goodreads_to_rust

License

goodreads is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT, and COPYRIGHT for details.