paupino / rust-decimal

Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.
https://docs.rs/rust_decimal/
MIT License
972 stars 177 forks source link

rlp (de)serialization? #615

Closed GopherJ closed 7 months ago

Tony-Samuels commented 8 months ago

Are you able to provide any further information on what issues you're having? I've not had any problems with serde integration.

Just to confirm, are you enabling the serde feature? If you've disabled the default features then you will need to explicitly enable serde support.

Tony-Samuels commented 7 months ago

Insufficient data for a meaningful answer.