-
reworks crate reorganizing modules
-
tax_stage is not a module anymore
-
taxable
methods were removed -
scale
params were removed -
Calculation
struct changed to contain 2 struct with values with and without discount
- Adds field
recalculated_unit_value
to structsCalculation
,CalculationF64
,CalculationString
to store unit value recalculated from brute after round
- Update depes
-
Adds taxable method to get the value of the taxable used in the tax stage.
-
implements fmt::Display trait for CalculationF64
-
introduces line_tax methods
-
Adds more doc blocks.
-
Corrects crate's definition
-
Updates README.md
- Remove unnecessary deps
-
Adds more doctests and resolves typos
-
Repair tests