https://github.com/gothenburgbitfactory/taskchampion
Personal task-tracking library
https://github.com/gothenburgbitfactory/taskchampion
rust task-tracking taskwarrior
Last synced: about 1 month ago
JSON representation
Personal task-tracking library
- Host: GitHub
- URL: https://github.com/gothenburgbitfactory/taskchampion
- Owner: GothenburgBitFactory
- License: mit
- Created: 2018-11-11T00:51:53.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T02:24:54.000Z (10 months ago)
- Last Synced: 2025-04-11T23:16:37.102Z (10 months ago)
- Topics: rust, task-tracking, taskwarrior
- Language: Rust
- Homepage:
- Size: 35.7 MB
- Stars: 105
- Watchers: 11
- Forks: 23
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
TaskChampion
------------
TaskChampion implements the task storage and synchronization behind Taskwarrior.
It includes an implementation with Rust and C APIs, allowing any application to maintain and manipulate its own replica.
It also includes a specification for tasks and how they are synchronized, inviting alternative implementations of replicas or task servers.
See the [documentation](https://gothenburgbitfactory.org/taskchampion/) for more!
## Structure
There are two crates here:
* `taskchampion` (root of the repository) - the core of the tool
* [`xtask`](./xtask) (private) - implementation of the `cargo xtask msrv` command
## Rust API
The Rust API, as defined in [the docs](https://docs.rs/taskchampion/latest/taskchampion/), supports simple creation and manipulation of replicas and the tasks they contain.
The Rust API follows semantic versioning.