Skip to content

Commit 26a9d86

Browse files
committed
doc: add bigdecimal::BigDecimal and bigdecimal::BigDecimalRef to available assertions in README
1 parent 91c0036 commit 26a9d86

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ for numbers of types
168168
* integer primitives: `i8`, `i16`, `i32`, `i64`, `i128` and `isize`
169169
* floating point numbers: `f32` and `f64`
170170
* `num_bigint::BigInt` (requires crate feature `num-bigint`)
171+
* `bigdecimal:BigDecimal` and `bigdecimal:BigDecimalRef` (requires crate feature `bigdecimal`)
172+
* `rust_decimal::Decimal` (requires crate feature `rust-decimal`)
171173

172174
| assertion | description |
173175
|-----------------|------------------------------------------------------|
@@ -182,6 +184,7 @@ for numbers of types
182184
and `usize`
183185
* floating point numbers: `f32` and `f64`
184186
* `num_bigint::BigInt` and `num_bigint::BigUint` (requires crate feature `num-bigint`)
187+
* `bigdecimal:BigDecimal` and `bigdecimal:BigDecimalRef` (requires crate feature `bigdecimal`)
185188
* `rust_decimal::Decimal` (requires crate feature `rust-decimal`)
186189

187190
| assertion | description |

0 commit comments

Comments
 (0)