Docs.rs
tantivy-common-0.7.0
tantivy-common 0.7.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
fulmicoton
PSeitz
Dependencies
async-trait ^0.1
normal
byteorder ^1.4.3
normal
ownedbytes ^0.7
normal
serde ^1.0.136
normal
time ^0.3.10
normal
proptest ^1.0.0
dev
rand ^0.8.4
dev
Versions
88.89%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tantivy_common
0.7.0
?
Settings
Function
tantivy_common
::
u64_to_i64
Copy item path
source
·
[
−
]
pub fn u64_to_i64(val:
u64
) ->
i64
Expand description
Reverse the mapping given by
i64_to_u64()
.