Docs.rs
talon-core-0.4.1
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
talon-core 0.4.1
Core retrieval engine for Talon: hybrid search (BM25 + semantic + reranker), indexing, and graph-aware ranking over markdown corpora.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
ask
cache
config
contracts
embed
expansion
graph
indexer
indexing
inference
links
llm
query
runtime
search
sync
text
config.rs
constants.rs
error.rs
glob_matcher.rs
lib.rs
links.rs
numeric.rs
store.rs
vec_ext.rs
vec_ext_tests.rs
1
2
3
pub
fn
count_u32
(
count
:
usize
)
->
u32
{
u32
::
try_from
(
count
)
.
unwrap_or
(
u32
::
MAX
)
}