Crate claude

Source
Expand description

This provides a simple type to calculate with monetary values.

Modules§

  • Display Implementation.
  • Implementations of standard operators: Add, Sub, Mul, Div

Structs§

  • Represents currency through an optional symbol and amount of coin.
  • Implements Display with the currency symbol at the end.
  • Implements Display with the currency symbol at the front.

Type Aliases§