Docs.rs
hanfei-fa-0.2.0
hanfei-fa 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
GeoffreyWang1117
Dependencies
blake2 ^0.10
normal
blake3 ^1.5
normal
digest ^0.10
normal
hex ^0.4
normal
rayon ^1.10
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
sha3 ^0.10
normal
criterion ^0.5
dev
rand ^0.8
dev
tempfile ^3.10
dev
Versions
31.96%
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
chunk_bytes
hanfei_
fa
0.2.0
In hanfei_
fa::
chunking
hanfei_fa
::
chunking
Function
chunk_
bytes
Copy item path
Source
pub fn chunk_bytes(data: &[
u8
], chunk_size:
usize
) ->
Vec
<&[
u8
]>
Expand description
Split bytes into fixed-size chunks.