uk-tax 0.1.3

A Rust library that calculates UK PAYE Income Tax and Class 1 National Insurance contributions with historical tax year support.
Documentation
1
2
3
4
5
/// Contains constants for UK tax years
pub mod years;

/// Re-export all tax year constants and the `TaxYear` struct.
pub use years::*;