taskchampion-sync-server/core
Dustin J. Mitchell 5a704729d7
Refactor core into a type with methods
This introduces a `Server` type that tracks the config and storage.
2024-11-17 23:00:06 -05:00
..
src Refactor core into a type with methods 2024-11-17 23:00:06 -05:00
Cargo.toml Add cargo-semver-checks (#59) 2024-11-17 17:59:39 -05:00
README.md Split the server into three crates (#56) 2024-11-17 15:12:42 -05:00

taskchampion-sync-server-core

This crate implements the core logic of the taskchampion sync protocol.

This should be considered a reference implementation, with the protocol documentation. representing the authoritative definition of the protocol. Other implementations are encouraged.