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
☰
Identifier
Required Methods
acronym
value
Implementors
In
open_library
::
models
::
identifiers
?
Trait
open_library
::
models
::
identifiers
::
Identifier
source
·
[
−
]
pub trait Identifier:
Display
{ fn
acronym
(&self) -> &'static
str
;
fn
value
(&self) -> &
str
; }
Required methods
source
fn
acronym
(&self) -> &'static
str
source
fn
value
(&self) -> &
str
Implementors
source
impl
Identifier
for
InternationalStandardBookNumber
source
impl
Identifier
for
OpenLibraryIdentifer