Test Decimal conversions in my and pg

This commit is contained in:
Julius de Bruijn
2020-07-03 14:34:46 +02:00
committed by Austin Bonander
parent 95ac38caed
commit 245d53e484
3 changed files with 35 additions and 2 deletions

View File

@@ -39,6 +39,10 @@ pub mod time {
#[cfg_attr(docsrs, doc(cfg(feature = "bigdecimal")))]
pub use bigdecimal::BigDecimal;
#[cfg(feature = "decimal")]
#[cfg_attr(docsrs, doc(cfg(feature = "decimal")))]
pub use rust_decimal::Decimal;
#[cfg(feature = "ipnetwork")]
#[cfg_attr(docsrs, doc(cfg(feature = "ipnetwork")))]
pub mod ipnetwork {