Docs.rs
tinysearch-shared-0.7.0
tinysearch-shared 0.7.0
Permalink
Docs.rs crate page
Apache-2.0
/
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
mre
Jieiku
Dependencies
bincode ^1.3.3
normal
serde ^1.0.127
normal
xorf ^0.7.2
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tinysearch_
shared
0.7.0
Score
Required Methods
score
Implementations on Foreign Types
HashProxy<String, DefaultHasher, Xor8>
Implementors
In crate tinysearch_
shared
tinysearch_shared
Trait
Score
Copy item path
Source
pub trait Score { // Required method fn
score
(&self, terms: &[
String
]) ->
usize
; }
Required Methods
§
Source
fn
score
(&self, terms: &[
String
]) ->
usize
Implementations on Foreign Types
§
Source
§
impl
Score
for
HashProxy
<
String
,
DefaultHasher
,
Xor8
>
Source
§
fn
score
(&self, terms: &[
String
]) ->
usize
Implementors
§