2 releases
0.1.1 | Aug 10, 2023 |
---|---|
0.1.0 | Jun 5, 2023 |
#1365 in Data structures
9KB
63 lines
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.
Dependencies
~1.4–2.2MB
~32K SLoC