mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 22:43:24 +02:00
rename taskstorage to storage
This commit is contained in:
parent
a318ceebe2
commit
15ffc62279
10 changed files with 32 additions and 36 deletions
|
@ -9,7 +9,7 @@ synchronize with one another.
|
|||
|
||||
# Task Storage
|
||||
|
||||
The [`taskstorage`](crate::taskstorage) module supports pluggable storage for a replica's data.
|
||||
The [`storage`](crate::storage) module supports pluggable storage for a replica's data.
|
||||
An implementation is provided, but users of this crate can provide their own implementation as well.
|
||||
|
||||
# Server
|
||||
|
@ -30,7 +30,7 @@ mod replica;
|
|||
pub mod server;
|
||||
mod task;
|
||||
mod taskdb;
|
||||
pub mod taskstorage;
|
||||
pub mod storage;
|
||||
mod utils;
|
||||
mod workingset;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue