A web application for handling notes that are accessible to everyone (like on a pinboard).
Find a file
Paul van Tilburg 167eda78e9 Implement saving a list; make the lists mutable using an RW lock
It currently only saves to memory.  So, if the application restart,
the lists are back to what is in the list files.
2017-12-27 17:36:26 +01:00
lists Add a directory to keep the lists 2017-12-17 13:16:30 +01:00
src Implement saving a list; make the lists mutable using an RW lock 2017-12-27 17:36:26 +01:00
static Implement saving a list; make the lists mutable using an RW lock 2017-12-27 17:36:26 +01:00
templates Add an index to the List struct; use it to give lists text/background colors 2017-12-27 17:32:39 +01:00
.gitignore Add a directory to keep the lists 2017-12-17 13:16:30 +01:00
Cargo.lock Update the Cargo lock file 2017-12-27 17:31:18 +01:00
Cargo.toml Add support for JSON output and (de)serialization using Serde 2017-12-23 21:51:13 +01:00