Docs.rs
blockless-car-0.3.2
blockless-car 0.3.2
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Joinhack
Dependencies
cid ^0.10
normal
integer-encoding ^4.0
normal
libipld ^0.16.0
normal
libipld-cbor ^0.16.0
normal
multicodec ^0.1.0
normal
quick-protobuf ^0.8
normal
thiserror ^1
normal
home ^0.5
dev
rand ^0.8
dev
rand_chacha ^0.3
dev
tempdir ^0.3.7
dev
Versions
7.21%
of the crate is documented
Platform
i686-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
read_block
blockless_
car
0.3.2
In blockless_
car::
reader
blockless_car
::
reader
Function
read_
block
Copy item path
Source
pub fn read_block<R>(reader: R) ->
Result
<
Option
<
Vec
<
u8
>>,
CarError
>
where R:
Read
,