Docs.rs
anterofit-0.2.0
anterofit 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
abonander
Dependencies
clippy >=0.0, <0.1
normal
optional
crossbeam ^0.2
normal
futures ^0.1
normal
hyper ^0.10.0
normal
mime >=0.2.2, <0.3
normal
multipart ^0.15
normal
parking_lot ^0.3.7
normal
quick-error ^1.1.0
normal
serde ^1.0
normal
serde-xml-rs ^0.2.1
normal
optional
serde_json ^1.0
normal
optional
url ^1.0
normal
serde_derive ^1.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
anterofit
0.2.0
AbsAdapter
Implementors
In crate anterofit
anterofit
Trait
AbsAdapter
Copy item path
Source
pub trait AbsAdapter: PrivAdapter { }
Expand description
Used by Anterofit’s various APIs.
Implementors
§
Source
§
impl<S, D>
AbsAdapter
for
Adapter
<S, D>
where S:
Serializer
, D:
Deserializer
,