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
Module chunking
hanfei_
fa
0.2.0
Module chunking
Module Items
Constants
Functions
In crate hanfei_
fa
hanfei_fa
Module
chunking
Copy item path
Source
Constants
§
DEFAULT_
CHUNK_
SIZE
Default chunk size: 16 KB.
Functions
§
chunk_
bytes
Split bytes into fixed-size chunks.
chunk_
bytes_
iter
Iterator version for memory efficiency.
estimate_
chunk_
count
Estimate number of chunks for a given data size.