Rust Crates
This project publishes several Rust crates on crates.io:
taskchampion-sync-server-coreimplements the core of the protocoltaskchampion-sync-server-storage-sqliteimplements an SQLite backend for the coretaskchampion-sync-server-storage-postgresimplements a Postgres backend for the core
If you are building an integration with, for example, a custom storage system,
it may be helpful to use the core crate and provide a custom implementation
of its Storage trait.
We suggest that any generally useful extensions, such as additional storage backends, be published as open-source packages.