Docs.rs
pg_bigdecimal-0.1.5
pg_bigdecimal 0.1.5
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
RKlompUU
Dependencies
bigdecimal ^0.3
normal
byteorder ^1.4
normal
bytes ^1.2
normal
num ^0.4
normal
postgres ^0.19
normal
serde ^1.0.144
normal
optional
Versions
60%
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
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
Crate pg_bigdecimal
pg_
bigdecimal
0.1.5
All Items
Crate Items
Structs
Traits
Crate
pg_
bigdecimal
Copy item path
Source
Structs
§
BigDecimal
A big decimal type.
BigInt
A big signed integer type.
BigUint
A big unsigned integer type.
PgNumeric
A rust variant of the Postgres Numeric type. The full spectrum of Postgres’ Numeric value range is supported.
Traits
§
Integer