issues
search
paupino
/
rust-decimal
Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.
https://docs.rs/rust_decimal/
MIT License
1.03k
stars
182
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
powd / powf result differ from regular rust pow and other online calculators
#690
SamuelRamond
opened
2 weeks ago
0
Is there a method for this?
#689
frederikhors
closed
2 weeks ago
1
Directly Exportable `dec!()` as Macro by Example
#688
daniel-pfeiffer
opened
4 weeks ago
5
Convenience function for one scaled
#687
discosultan
closed
1 month ago
2
Should `std` enable `rkyv` & others?
#686
the-kenny
opened
1 month ago
3
Create pub constant Decimal::MAX_SCALE
#685
Tony-Samuels
closed
1 month ago
0
Expose `MAX_PRECISION` constant
#684
PgBiel
closed
1 month ago
4
Rkyv 0.8 example
#683
Tony-Samuels
closed
1 month ago
1
Request for rkyv 0.8 support
#682
fuchaoqun
closed
1 month ago
6
Add explanation of how to enable `maths` feature
#681
olgabot
closed
1 month ago
2
🏁 Race of Sloths: The Open Source Developer Challenge is about to start
#680
akorchyn
closed
1 month ago
0
[WIP] Feat: add bitcode support
#679
l-7-l
closed
2 months ago
0
Fix `f64` dec limit edge case
#678
finnbear
closed
2 months ago
3
Update Cargo.toml
#677
Dylan-DPC
closed
2 months ago
0
Implements serde-lexical
#676
emmanuel-keller
opened
2 months ago
0
Deserialize fails if `Option<Decimal>` field is explicitly null when using `serde(with)`
#675
nappa85
closed
2 months ago
2
Add optional bytemuck support
#674
kevinheavey
opened
2 months ago
0
Add documentation for Decimal::to_u<xx>(&self) methods
#673
brunbjerg
closed
2 months ago
2
Version 1.36.0
#672
paupino
closed
3 months ago
0
Compilation with `serde-str` feature is broken
#671
ThinkRedstone
closed
3 months ago
6
serde.rs: Fix type infer error
#670
shank03
closed
3 months ago
0
latest arrayvec versions fail build (>0.7.4): "type annotation needed"
#669
notonamap
closed
3 months ago
4
Pow overflows
#668
rawhuul
opened
3 months ago
1
Provide handy constants
#667
rawhuul
opened
3 months ago
1
Fixes issue with abs_sub whereby it was not computing the difference correctly
#666
paupino
closed
3 months ago
0
bug: `abs_sub` does not compute the difference
#665
heyterrance
closed
3 months ago
1
Unsigned Decimal?
#664
WestXu
opened
3 months ago
4
Deprecate diesel1 feature and upgrade diesel to v2.2
#663
paupino
closed
4 months ago
1
Diesel1 feature is breaking the build
#662
paupino
closed
4 months ago
0
Bump macro version to 1.35
#661
paupino
closed
4 months ago
3
rust_decimal_macros 1.35.0 not on crates.io (Or: Error in Documentation)
#660
the-kenny
closed
4 months ago
2
Replace filtery with a strategy for implementation of proptest::Arbitrary
#659
uzytkownik
closed
4 months ago
1
Updating github workflow in preperation for target testing
#658
paupino
closed
7 months ago
0
Fix negation with overflow
#657
benschulz
closed
7 months ago
1
Fix FromSql for Postgres Numeric NaNs
#656
lukoktonos
closed
7 months ago
0
Bug: Decimal::from_sql incorrectly transforms Postgres NaN to 0
#655
lukoktonos
closed
7 months ago
1
Version 1.35.0
#654
paupino
closed
8 months ago
0
Fixes issue with overflow for Postgres
#653
paupino
closed
8 months ago
0
Return error rather than panic in `FromSql` when overflow
#652
xiangjinwu
closed
8 months ago
1
Replace feature-guarded dependencies on 'postgres' and 'tokio_postgres' with 'postgres_types'
#651
the-kenny
closed
8 months ago
0
Add lightweight wasm support to `rust-decimal`
#650
ChristianIvicevic
opened
8 months ago
3
Bug: not 128bit aligned with `repr-c` feature
#649
Erigara
opened
8 months ago
3
Version 1.34.3
#648
paupino
closed
9 months ago
0
Prevent scale of 29 when hydrating from unbound numeric data types in Postgresql
#647
paupino
closed
9 months ago
0
Add dependabot
#646
oriontvv
closed
8 months ago
1
Deserializing `Decimal`s from Postgres using the `db-postgres` feature can lead to invalid `Decimal` instances
#645
klevente
closed
9 months ago
4
Macros: remove circular dependency from macros feature
#644
paupino
opened
9 months ago
0
Rollback macros feature flag due to dependency resolution issues
#643
paupino
closed
9 months ago
0
Hotfix: force version number during macros feature resolution
#642
paupino
closed
9 months ago
0
1.34.0 breaks with cyclic dependency when installed with "macros" feature
#641
notonamap
closed
9 months ago
4
Next