Docs.rs
postcard-1.0.4
postcard 1.0.4
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Documentation
Repository
Crates.io
Source
Owners
jamesmunns
Dependencies
cobs ^0.2.3
normal
const_format ^0.2.24
normal
defmt ^0.3.0
normal
heapless ^0.7.0
normal
postcard-derive ^0.1.1
normal
serde ^1.0.100
normal
Versions
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
0.0.1
0.0.0
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
i686-pc-windows-msvc
i686-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Result
In postcard
?
Type Definition
postcard
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
This is the Result type used by Postcard.