rename rust/ to taskchampion/

This commit is contained in:
Dustin J. Mitchell
2022-07-10 16:27:52 +00:00
committed by Tomas Babej
parent ccb9a0fdfb
commit 12ecfa2b1e
161 changed files with 15 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
# Data Model
A client manages a single offline instance of a single user's task list, called a replica.
This section covers the structure of that data.
Note that this data model is visible only on the client; the server does not have access to client data.