Docs.rs
surql-parser-0.1.4
surql-parser 0.1.4
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
22f
Dependencies
anyhow ^1
normal
argon2 ^0.5
normal
bytes ^1
normal
chrono ^0.4
normal
clap ^4
normal
optional
geo ^0.32
normal
geo-types ^0.7
normal
jsonwebtoken ^10
normal
phf ^0.13
normal
rand ^0.9
normal
reblessive ^0.4
normal
regex ^1
normal
revision ^0.17
normal
rust_decimal ^1
normal
serde ^1
normal
storekey ^0.11
normal
surrealdb ^3
normal
optional
surrealdb-types ^3.0
normal
thiserror ^2
normal
tokio ^1
normal
optional
toml ^0.8
normal
optional
tracing ^0.1
normal
unicase ^2.9
normal
uuid ^1
normal
walkdir ^2
normal
optional
pretty_assertions ^1
dev
proptest ^1
dev
reqwest ^0.13
dev
surrealdb ^3
dev
tempfile ^3
dev
testcontainers ^0.24
dev
testcontainers-modules ^0.12
dev
tokio ^1
dev
walkdir ^2
dev
Versions
22.52%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
DecimalExt
surql_
parser
0.1.4
Decimal
Ext
Required Methods
is_integer
Implementors
In surql_
parser::
compat::
val
surql_parser
::
compat
::
val
Trait
Decimal
Ext
Copy item path
Source
pub trait DecimalExt { // Required method fn
is_integer
(&self) ->
bool
; }
Expand description
Decimal extension trait
Required Methods
§
Source
fn
is_integer
(&self) ->
bool
Implementors
§
Source
§
impl
DecimalExt
for
Decimal