Docs.rs
code-digest-0.5.0
code-digest 0.5.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
matiasvillaverde
Dependencies
anyhow ^1.0
normal
arboard ^3.2
normal
clap ^4.5
normal
dashmap ^5.5
normal
dirs ^5.0
normal
glob ^0.3
normal
ignore ^0.4
normal
itertools ^0.13
normal
rayon ^1.10
normal
serde ^1.0
normal
tempfile ^3.10
normal
thiserror ^1.0
normal
tiktoken-rs ^0.5
normal
toml ^0.8
normal
walkdir ^2.5
normal
assert_cmd ^2.0
dev
criterion ^0.5
dev
predicates ^3.1
dev
tempfile ^3.10
dev
Versions
76.34%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-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
is_binary_content
code_
digest
0.5.0
In code_
digest::
utils::
file_
ext
code_digest
::
utils
::
file_ext
Function
is_
binary_
content
Copy item path
Source
pub fn is_binary_content(content: &[
u8
]) ->
bool
Expand description
Detect if content contains binary data (null bytes)