Docs.rs
git-plumber-0.1.3
git-plumber 0.1.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ejiektpobehuk
Dependencies
clap ^4.5.5
normal
crossbeam-channel ^0.5
normal
crossterm ^0.29.0
normal
flate2 ^1.1.1
normal
hex ^0.4.3
normal
nom ^8.0.0
normal
notify ^8
normal
ratatui ^0.29.0
normal
rayon ^1.10.0
normal
sha1 ^0.10.6
normal
thiserror ^2.0.12
normal
tempfile ^3.10.1
dev
built ^0.8
build
Versions
27.11%
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
parse_delta_instructions
git_
plumber
0.1.3
In git_
plumber::
git::
pack::
delta
git_plumber
::
git
::
pack
::
delta
Function
parse_
delta_
instructions
Copy item path
Source
pub fn parse_delta_instructions( input: &[
u8
], ) ->
IResult
<&[
u8
],
Vec
<
DeltaInstruction
>>