Docs.rs
rust-car-0.1.2
rust-car 0.1.2
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
Joinhack
Dependencies
cid ^0.9
normal
integer-encoding ^3.0.4
normal
libipld ^0.15.0
normal
libipld-cbor ^0.15.0
normal
path-absolutize ^3
normal
quick-protobuf ^0.8
normal
thiserror ^1
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
☰
Encoder
Required Methods
encode
Implementors
In rust_car::codec
?
Trait
rust_car
::
codec
::
Encoder
source
·
[
−
]
pub trait Encoder<T> { // Required method fn
encode
(&self) ->
Result
<T,
CarError
>; }
Required Methods
§
source
fn
encode
(&self) ->
Result
<T,
CarError
>
Implementors
§
source
§
impl
Encoder
<Ipld> for
UnixFs