Docs.rs
libkv-0.1.0
libkv 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
AmitPr
Dependencies
borsh ^1.5.1
normal
optional
serde ^1.0.213
normal
optional
thiserror ^1
normal
Versions
21.82%
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
libkv
0.1.0
Encoding
Required Associated Types
DecodeError
EncodeError
Implementors
In crate libkv
libkv
Trait
Encoding
Copy item path
Source
pub trait Encoding { type
EncodeError
:
Error
; type
DecodeError
:
Error
; }
Required Associated Types
§
Source
type
EncodeError
:
Error
Source
type
DecodeError
:
Error
Implementors
§