Docs.rs
const-decimal-0.3.0
const-decimal 0.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
OliverNChalk
Dependencies
borsh ^1.5.1
normal
optional
malachite ^0.4.16
normal
optional
num-traits ^0.2.19
normal
paste ^1.0.15
normal
ruint ^1.12.3
normal
serde ~1.0
normal
optional
thiserror ^1.0.63
normal
criterion ^0.5.1
dev
expect-test ^1.5.0
dev
malachite ^0.4.16
dev
proptest ^1.5.0
dev
Versions
0%
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
Int128_18
const_
decimal
0.3.0
Int128_
18
Aliased Type
Fields
0
Trait Implementations
From<Decimal<i64, 9>>
In crate const_
decimal
const_decimal
Type Alias
Int128_
18
Copy item path
Source
pub type Int128_18 =
Decimal
<
i128
, 18>;
Aliased Type
§
#[repr(transparent)]
pub struct Int128_18(pub
i128
);
Tuple Fields
§
§
0:
i128
Trait Implementations
§
Source
§
impl
From
<
Decimal
<
i64
, 9>> for
Int128_18
Source
§
fn
from
(value:
Int64_9
) -> Self
Converts to this type from the input type.