A type-safe wrapper for guaranteed positive decimal values. This crate provides the Positive type, which encapsulates a Decimal value and ensures through its API that the contained value is always positive (greater than or equal to zero).

decimal positive
1 Open Issue Need Help Last updated: Aug 15, 2026

Open Issues Need Help

View All on GitHub
documentation good first issue rule-compliance

A type-safe wrapper for guaranteed positive decimal values. This crate provides the Positive type, which encapsulates a Decimal value and ensures through its API that the contained value is always positive (greater than or equal to zero).

Rust
#decimal#positive