Docs.rs
dumpfs-0.1.0
dumpfs 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
kkharji
Dependencies
askama ^0.13.0
normal
bytecount ^0.6
normal
chrono ^0.4.40
normal
clap ^4.5.36
normal
clap_complete ^4.3
normal
crossbeam ^0.8.4
normal
crossbeam-channel ^0.5.15
normal
dashmap ^7.0.0-rc2
normal
derive_builder ^0.20.2
normal
dirs ^6.0.0
normal
git2 ^0.20.1
normal
ignore ^0.4.23
normal
indicatif ^0.17.11
normal
memchr ^2
normal
napi ^2.12.2
normal
optional
napi-derive ^2.12.2
normal
optional
num_cpus ^1.16.0
normal
once_cell ^1.21.3
normal
quick-xml ^0.37.3
normal
rayon ^1.10.0
normal
regex ^1.10
normal
reqwest ^0.12.15
normal
serde ^1.0.219
normal
serde_json ^1.0
normal
strum ^0.27.1
normal
tabled ^0.18
normal
tap ^1.0.1
normal
test-log ^0.2.17
normal
thiserror ^2.0
normal
tiktoken-rs ^0.6.0
normal
tokenizers ^0.21.0
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
criterion ^0.5
dev
filetime ^0.2.15
dev
tempfile ^3.8
dev
test-log ^0.2.17
dev
Versions
58.54%
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
Crate dumpfs
dumpfs
0.1.0
All Items
Crate Items
Re-exports
Modules
Macros
Crate
dumpfs
Copy item path
Source
Re-exports
§
pub use subject::
Subject
;
pub use subject::
SubjectOpts
;
pub use
error
::*;
Modules
§
cache
cli
error
Global error handling for dumpfs
fs
git
subject
tk
Tokenizer module for token counting with different LLM models
Macros
§
bail
Returns an error result with a formatted message
ensure
Ensures a condition is true, otherwise returns an error
error
Creates a Error with a formatted message