Docs.rs
  • open-library-0.7.0
    • open-library 0.7.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • bspradling
    • Dependencies
      • chrono ^0.4.0 normal
      • http ^0.2.4 normal
      • itertools ^0.10.1 normal
      • reqwest ^0.11.4 normal
      • serde ^1.0.130 normal
      • serde_json ^1.0.67 normal
      • thiserror ^1.0.28 normal
      • tokio ^1.11.0 normal
      • tracing ^0.1.26 normal
      • url ^2.2.2 normal
      • test-case ^1.2.0 dev
      • wiremock ^0.5.6 dev
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

OpenLibraryModel

Implementations on Foreign Types

HashMap<BibliographyKey, Book>

Implementors

In open_library::models

logo
Change settings

Trait open_library::models::OpenLibraryModel

source · [−]
pub trait OpenLibraryModel { }

Implementations on Foreign Types

source

impl OpenLibraryModel for HashMap<BibliographyKey, Book>

Implementors

source

impl OpenLibraryModel for AuthorDetails

source

impl OpenLibraryModel for AuthorResponse

source

impl OpenLibraryModel for AuthorWorks

source

impl OpenLibraryModel for AuthorWorksResponse

source

impl OpenLibraryModel for Book

source

impl OpenLibraryModel for Work