Timex: Schedule Date Time Generator
This Rust library allows you to generate date times based on a start and end date, along with other parameters. It utilizes the chrono crate for date and time manipulations.
Demo
https://github.com/jawahar273/timex/assets/7668497/841621b1-6325-4804-8dc3-cb5124c42a96
For recreated demo check server/README.md.
Feature
- Time range
- Occurrence
- Based on daily, weekly, monthly(WIP: end date) and yearly(soon)..
- Web assembly support(Soon)
Limitation
- Not good with nano second as this project rely on (
Chrono) which has know limitation. - Recommenced to use a persistance database to store the schedule date and time.
Usage
use ;
use ;
use serde_json;
License
This project is licensed under the MIT License.
About this project
This project will follow the conversion of semver versions and for the commit conventional commits to track change log.