Docs.rs
open-library-0.7.1
open-library 0.7.1
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.1
dev
wiremock ^0.5.6
dev
Versions
0.51%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
open_
library
0.7.1
Open
Library
Model
Implementations on Foreign Types
HashMap<BibliographyKey, Book>
Implementors
In open_
library::
models
open_library
::
models
Trait
OpenLibraryModel
Copy item path
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
AuthorWorksResponse
Source
§
impl
OpenLibraryModel
for
Book
Source
§
impl
OpenLibraryModel
for
Work