Docs.rs
gitserver-core-0.0.3
gitserver-core 0.0.3
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
WJQSERVER
Dependencies
bytes ^1
normal
gix ^0.80.0
normal
gix-pack ^0.67.0
normal
miniz_oxide ^0.8
normal
serde ^1.0.228
normal
sha1 ^0.10
normal
thiserror ^2
normal
tokio ^1.50.0
normal
tokio-stream ^0.1
normal
tokio-util ^0.7
normal
tracing ^0.1.44
normal
tempfile ^3
dev
tokio ^1.50.0
dev
Versions
17.35%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
parse_command_request
gitserver_
core
0.0.3
In gitserver_
core::
protocol_
v2
gitserver_core
::
protocol_v2
Function
parse_
command_
request
Copy item path
Source
pub fn parse_command_request(body: &[
u8
]) ->
Result
<
Command
>