How to have a global BigDecimal value in Rust

You can use lazy_static or once_cell::sync::Lazy.