taskchampion-sync-server/core
Dustin J. Mitchell e5091c51de
Create clients on NoSuchClient error
With this change, the server methods no longer take a `Client` argument
and instead fetch the client directly.
2024-11-17 23:00:07 -05:00
..
src Create clients on NoSuchClient error 2024-11-17 23:00:07 -05:00
Cargo.toml Use a custom error type in core 2024-11-17 23:00:07 -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.