Docs.rs
multisql-0.3.7
multisql 0.3.7
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
KyGost
Dependencies
async-recursion ^0.3.1
normal
async-trait ^0.1.41
normal
bincode ^1.3.1
normal
boolinator ^2.4.0
normal
chrono ^0.4.19
normal
concat-idents ^1.1.2
normal
csv ^1.1.6
normal
fast-float ^0.2.0
normal
fastrand ^1.7.0
normal
fstrings ^0.2.3
normal
futures ^0.3
normal
lazy_static ^1.4.0
normal
lexical ^6.1.0
normal
linecount ^0.1.0
normal
odbc-api ^0.40.1
normal
rayon ^1.5.1
normal
serde ^1.0.117
normal
serde_json ^1.0.0
normal
serde_yaml ^0.8.23
normal
sled ^0.34.7
normal
sqlparser ^0.16.0
normal
thiserror ^1.0.21
normal
thousands ^0.2.0
normal
umya-spreadsheet =0.7.1
normal
uuid ^0.8
normal
criterion ^0.3.5
dev
tokio ^0.3.3
dev
Versions
1.47%
of the crate is documented
Go to latest version
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
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
☰
NullOrd
Required Methods
null_cmp
Implementors
In multisql
?
Trait
multisql
::
NullOrd
source
·
[
−
]
pub trait NullOrd { fn
null_cmp
(&self, other:
&
Self) ->
Option
<
Ordering
>; }
Required Methods
source
fn
null_cmp
(&self, other:
&
Self) ->
Option
<
Ordering
>
Implementors
source
impl
NullOrd
for
Value