tktax-year
Overview
tktax-year is a Rust library that provides an enumeration, TrackedYear, for representing and handling different calendar years relevant to a tax-oriented workflow. It is designed for robust, production-grade usage and can be easily integrated into broader financial or compliance systems.
Features include:
- Enumerated Year Options: Comprehensive enumeration of years, allowing for strong type guarantees.
- Production-Ready Design: Emphasizes safe error handling and convenient default behavior.
- Efficient and Minimal: Implements lightweight logic that compiles quickly and performs reliably.
Usage
Add the following to your Cargo.toml:
[]
= "0.1.0"
In your Rust code:
use TrackedYear;
Contributing
Contributions are welcome! Please open issues or submit pull requests on the GitHub repository.
License
This project is licensed under the MIT License.