goodreads

Crates.iogoodreads
lib.rsgoodreads
version0.1.1
sourcesrc
created_at2023-06-05 19:40:46.245494
updated_at2023-08-10 17:31:47.375259
descriptionA crate for deserializing a Goodreads library export
homepagehttps://github.com/jaredforth/goodreads
repositoryhttps://github.com/jaredforth/goodreads.git
max_upload_size
id883279
size21,339
Jared Forth (jaredforth)

documentation

https://docs.rs/goodreads

README

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.

Commit count: 14

cargo fmt