Crates.io | thisweek-core |
lib.rs | thisweek-core |
version | 0.1.2 |
source | src |
created_at | 2024-12-03 10:59:36.386917 |
updated_at | 2024-12-07 21:46:49.467161 |
description | The core rust backend for ThisWeek application |
homepage | https://github.com/jeot/thisweek_core |
repository | https://github.com/jeot/thisweek_core |
max_upload_size | |
id | 1469867 |
size | 174,669 |
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).
Weekly Item Management
Objectives Management
Multiple Calendar Support
Performance
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
This project is licensed under the MIT License.