3 releases
new 0.1.2 | Dec 7, 2024 |
---|---|
0.1.1 | Dec 5, 2024 |
0.1.0 | Dec 3, 2024 |
#483 in Date and time
354 downloads per month
115KB
2.5K
SLoC
thisweek-core
thisweek-core
is a library written in Rust that powers the functionality of the ThisWeek
task management desktop application. It provides core logic and utilities for managing weekly goals and notes in different calendar system efficiently.
Currently, its primary role is to be used inside the ThisWeek (a Tauri desktop application).
Features
-
Weekly Item Management
- Create, update, and delete items for each week: goals (tasks), notes
- Organize items by priority
- completion status
-
Objectives Management
- Manage long-term goals/notes for year/season/month periods
- Organize items by priority
- completion status
-
Multiple Calendar Support
- Support for users who want to use two different calendar systems simultaneously
- Compatible with Gregorian, Chinese, Persian, and Arabic calendars
- Support for specific calendar language
-
Performance
- Built with Rust for optimal performance and reliability
- Lightweight and fast execution
- Use SQLite for simple local storage
- Minimal resource usage
Installation
To use thisweek_core
as a standalone library or integrate it into your project:
-
Clone the repository:
git clone https://github.com/yourusername/thisweek_core.git
-
Build the project using Cargo:
cargo build
-
Run tests to ensure everything works correctly:
cargo test
Related Projects
- ThisWeek App - The main desktop application
License
This project is licensed under the MIT License.
Dependencies
~42–70MB
~1M SLoC