Docs.rs
polykit-core-0.2.0
polykit-core 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
jonathanmagambo
Dependencies
async-trait ^0.1
normal
bincode ^1.3
normal
blake3 ^1.5
normal
crossbeam ^0.8
normal
dashmap ^5.5
normal
dirs ^5.0
normal
git2 ^0.19
normal
indexmap ^2.2
normal
jwalk ^0.8
normal
lz4_flex ^0.11
normal
memmap2 ^0.9
normal
mimalloc ^0.1
normal
notify ^6.1
normal
once_cell ^1.19
normal
petgraph ^0.6
normal
rayon ^1.8
normal
regex ^1.10
normal
reqwest ^0.12
normal
rustc-hash ^2.0
normal
semver ^1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
smallvec ^1.13
normal
tar ^0.4
normal
thiserror ^1.0
normal
tokio ^1.0
normal
toml ^0.8
normal
walkdir ^2.4
normal
xxhash-rust ^0.8
normal
zstd ^0.13
normal
criterion ^0.5
dev
proptest ^1.5
dev
tempfile ^3.10
dev
tokio ^1.0
dev
Versions
58.01%
of the crate is documented
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
find_byte_fast
polykit_
core
0.2.0
In polykit_
core::
simd_
utils
polykit_core
::
simd_utils
Function
find_
byte_
fast
Copy item path
Source
pub fn find_byte_fast(haystack: &[
u8
], needle:
u8
) ->
Option
<
usize
>
Expand description
Fast byte search using SIMD.