Docs.rs
tantivy-0.25.0
tantivy 0.25.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
fulmicoton
PSeitz
Dependencies
aho-corasick ^1.0
normal
arc-swap ^1.5.0
normal
base64 ^0.22.0
normal
bitpacking ^0.9.2
normal
bon ^3.3.1
normal
byteorder ^1.4.3
normal
census ^0.4.2
normal
tantivy-columnar ^0.6
normal
tantivy-common ^0.10
normal
crc32fast ^1.3.2
normal
crossbeam-channel ^0.5.4
normal
downcast-rs ^2.0.1
normal
fail ^0.5.0
normal
optional
fastdivide ^0.4.0
normal
fnv ^1.0.7
normal
fs4 ^0.13.1
normal
optional
futures-channel ^0.3.28
normal
optional
futures-util ^0.3.28
normal
optional
htmlescape ^0.3.1
normal
hyperloglogplus ^0.4.1
normal
itertools ^0.14.0
normal
levenshtein_automata ^0.2.1
normal
log ^0.4.16
normal
lru ^0.12.0
normal
lz4_flex ^0.11
normal
optional
measure_time ^0.9.0
normal
memmap2 ^0.9.0
normal
optional
once_cell ^1.10.0
normal
oneshot ^0.1.7
normal
tantivy-query-grammar ^0.25.0
normal
rayon ^1.5.2
normal
regex ^1.5.5
normal
rust-stemmers ^1.2.0
normal
rustc-hash ^2.0.0
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
sketches-ddsketch ^0.3.0
normal
smallvec ^1.8.0
normal
tantivy-sstable ^0.6
normal
optional
tantivy-stacker ^0.6
normal
tantivy-bitpacker ^0.9
normal
tantivy-fst ^0.5
normal
tempfile ^3.12.0
normal
optional
thiserror ^2.0.1
normal
time ^0.3.35
normal
tantivy-tokenizer-api ^0.6
normal
uuid ^1.0.0
normal
zstd ^0.13
normal
optional
binggan ^0.14.0
dev
fail ^0.5.0
dev
futures ^0.3.21
dev
maplit ^1.0.2
dev
matches ^0.1.9
dev
more-asserts ^0.3.1
dev
paste ^1.0.11
dev
postcard ^1.0.4
dev
pretty_assertions ^1.2.1
dev
proptest ^1.0.0
dev
rand ^0.8.5
dev
rand_distr ^0.4.3
dev
test-log ^0.2.10
dev
time ^0.3.10
dev
criterion ^0.5
dev
winapi ^0.3.9
normal
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
u64_to_f64
tantivy
0.25.0
tantivy
Function
u64_
to_
f64
Copy item path
Source
pub fn u64_to_f64(val:
u64
) ->
f64
Expand description
Reverse the mapping given by
f64_to_u64()
.