Docs.rs
triplets-core-0.23.0-alpha
triplets-core 0.23.0-alpha
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
jzombie
Dependencies
bitcode ^0.6.9
normal
bm25 ^2.3.2
normal
optional
cache-manager ^0.4.0
normal
chrono ^0.4.44
normal
csv ^1.4.0
normal
indexmap ^2.14.0
normal
line-ending ^1.5.1
normal
rand ^0.9.3
normal
rayon ^1.12.0
normal
serde ^1.0.228
normal
simd-r-drive ^0.16.2-alpha
normal
siphasher ^1.0.3
normal
tempfile ^3.27.0
normal
thiserror ^2.0.18
normal
tracing ^0.1.44
normal
tracing-subscriber ^0.3.23
normal
walkdir ^2.5.0
normal
indoc ^2.0.7
dev
Versions
100%
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
Files
triplets_core/preprocessor/backends/
mod.rs
1
//! Built-in [`super::TextPreprocessor`] implementations.
2
3
pub mod
denoiser_preprocessor;