X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Examples

This contains some more advanced examples of using the rust decimal library of complex usage.

All examples are crate based to demonstrate feature configurations. Examples can be run by using:

cd examples/<example-name>
cargo run

serde-json-scenarios

This example shows how to use the serde crate to serialize and deserialize the Decimal type using multiple different serialization formats.

X Tutup