Docs.rs
rfsee-tf-idf-0.1.0
rfsee-tf-idf 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
matthewmturner
Dependencies
anyhow ^1.0.94
normal
directories ^5.0.1
normal
native-tls ^0.2.12
normal
regex ^1.11.1
normal
serde ^1.0.216
normal
simd-json ^0.14.3
normal
Versions
27.27%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
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
Files
rfsee_tf_idf/
lib.rs
1
mod
fetch;
2
mod
index;
3
mod
threadpool;
4
5
pub use
index::
*
;