Docs.rs
gmsol-model-0.8.0
gmsol-model 0.8.0
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
orion-047
github:gmsol-labs:release
Dependencies
anchor-lang ^0.31.1
normal
optional
borsh ^0.10.4
normal
optional
gmsol-utils ^0.8.0
normal
optional
num-traits ^0.2.18
normal
num_enum ^0.7.3
normal
ruint ^1.12.1
normal
optional
rust_decimal ^1.34
normal
serde ^1.0.214
normal
optional
strum ^0.27.1
normal
optional
thiserror ^1.0.69
normal
tsify-next ^0.5.5
normal
optional
typed-builder ^0.21.0
normal
wasm-bindgen ^0.2.100
normal
optional
Versions
100%
of the crate is documented
Platform
i686-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
Module fixed
gmsol_
model
0.8.0
Module fixed
Module Items
Structs
Traits
Type Aliases
In crate gmsol_
model
gmsol_model
Module
fixed
Copy item path
Source
Expand description
Fixed-point decimal type.
Structs
§
Fixed
Fixed-point decimal type.
Traits
§
Fixed
Point
Ops
Number type with the required properties for implementing
Fixed
.
Type Aliases
§
U64D9
Decimal type with
9
decimals and backed by
u64
U128D20
u128
Decimal type with
20
decimals and backed by
u128