Docs.rs
git-internal-0.2.1
git-internal 0.2.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
genedna
yyk808
pleasedontbreak123
benjamin-747
Dependencies
ahash ^0.8.12
normal
anyhow ^1.0.93
normal
async-stream ^0.3.6
normal
async-trait ^0.1.83
normal
axum ^0.8.6
normal
base64 ^0.22.1
normal
bincode ^2.0.1
normal
bstr ^1.12.0
normal
byteorder ^1.5.0
normal
bytes ^1.10.1
normal
chrono ^0.4.42
normal
colored ^3.0.0
normal
dashmap ^6.1.0
normal
diffs ^0.5.1
normal
encoding_rs ^0.8.35
normal
flate2 ^1.1.4
normal
futures ^0.3.31
normal
futures-util ^0.3.31
normal
hex ^0.4.3
normal
http ^1.2.0
normal
hyper ^1.5.1
normal
libc ^0.2.177
normal
lru-mem ^0.3.0
normal
memchr ^2.7.4
normal
natord ^1.0.9
normal
num_cpus ^1.17.0
normal
rayon ^1.11.0
normal
reqwest ^0.12.23
normal
ring ^0.17.14
normal
russh ^0.54.6
normal
russh-keys ^0.49.2
normal
sea-orm ^1.1.17
normal
serde ^1.0.228
normal
serde_json ^1.0.145
normal
sha1 ^0.10.6
normal
thiserror ^2.0.17
normal
threadpool ^1.8.1
normal
tokio ^1.47.1
normal
tokio-stream ^0.1.17
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.20
normal
uuid ^1.18.1
normal
zstd-sys ^2.0.16
normal
quickcheck ^1.0.3
dev
rand ^0.9.2
dev
rand_chacha ^0.9.0
dev
tokio ^1.47.1
dev
tokio-util ^0.7.15
dev
Versions
52.79%
of the crate is documented
Go to latest version
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
read_bytes
git_
internal
0.2.1
In git_
internal::
utils
git_internal
::
utils
Function
read_
bytes
Copy item path
Source
pub fn read_bytes(file: &mut impl
Read
, len:
usize
) ->
Result
<
Vec
<
u8
>>