Docs.rs
diskforge-core-0.8.3
diskforge-core 0.8.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
joicodev
Dependencies
anyhow ^1
normal
blake3 ^1
normal
chrono ^0.4
normal
humansize ^2
normal
ignore ^0.4
normal
infer ^0.19
normal
memmap2 ^0.9
normal
plist ^1
normal
rayon ^1.10
normal
serde ^1
normal
thiserror ^2
normal
toml ^0.8
normal
walkdir ^2
normal
xattr ^1
normal
Versions
39.78%
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
Skip to main content
Module file_finder
diskforge_
core
0.8.3
Module file_
finder
Module Items
Structs
Enums
Functions
In crate diskforge_
core
diskforge_core
Module
file_
finder
Copy item path
Source
Structs
§
Find
Options
Options for the file finder.
Found
File
A file discovered by the finder.
Scan
Progress
Shared counter for progress reporting during parallel walk.
Enums
§
File
Category
Categories of file types for filtering.
Functions
§
check_
quarantine
Read the quarantine xattr to detect downloaded files. Returns (is_downloaded, download_source).
detect_
by_
extension
Detect file category by extension.
find_
files
Find files matching the given options using parallel traversal.
validate_
by_
magic_
bytes
Validate file type using magic bytes via the
infer
crate. If magic bytes disagree with extension-based detection, trust magic bytes. If infer returns None (unknown), keep the extension-based category.