Docs.rs
xet-core-structures-1.5.1
xet-core-structures 1.5.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
assafvayner
seanses
github:huggingface:xet
Dependencies
async-trait ^0.1
normal
base64 ^0.22
normal
blake3 ^1.8
normal
bytes ^1.11
normal
clap ^4
normal
countio ^0.3
normal
csv ^1
normal
futures ^0.3
normal
futures-util ^0.3
normal
heapify ^0.2
normal
itertools ^0.14
normal
lazy_static ^1.5
normal
lz4_flex ^0.13
normal
more-asserts ^0.3
normal
rand ^0.9
normal
regex ^1
normal
safe-transmute ^0.11
normal
serde ^1
normal
static_assertions ^1.1
normal
tempfile ^3.25
normal
thiserror ^2.0
normal
tracing ^0.1
normal
xet-runtime ^1.5.1
normal
bincode ^1.3
dev
futures-util ^0.3
dev
half ^2.7
dev
rand ^0.9
dev
serde_json ^1
dev
serial_test ^3
dev
tokio ^1.49
dev
bytemuck ^1
normal
tokio ^1.49
normal
tokio-util ^0.7
normal
uuid ^1
normal
tempfile ^3.25
dev
getrandom ^0.4
normal
tokio ^1.49
normal
uuid ^1
normal
web-time ^1.1
normal
Versions
25.28%
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
Skip to main content
read_bytes
xet_
core_
structures
1.5.1
In xet_
core_
structures::
utils::
serialization_
utils
xet_core_structures
::
utils
::
serialization_utils
Function
read_
bytes
Copy item path
Source
pub fn read_bytes<R:
Read
>(reader:
&mut R
, val: &mut [
u8
]) ->
Result
<
()
,
Error
>