Docs.rs
vcdiff-reader-1.0.0
vcdiff-reader 1.0.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ThinkingJoules
Dependencies
vcdiff-common ^1
normal
Versions
55.56%
of the crate is documented
Platform
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
Skip to main content
Crate vcdiff_reader
vcdiff_
reader
1.0.0
All Items
Crate Items
Structs
Enums
Functions
Crate
vcdiff_
reader
Copy item path
Source
Structs
§
VCDReader
A reader for VCDIFF patches.
Enums
§
VCDiff
Read
Msg
Represents the main messages that can be emitted by the Reader while processing a VCDIFF patch.
Functions
§
read_
header
Reads the fixed part of the VCDIFF patch file header.
read_
window_
header
Reads the window header from the VCDIFF patch file. To avoid the Seek trait we require the caller to tell us the current position of the reader. This way the caller can know that the reader can only read exactly the window header.