aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-06-12 13:53:31 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-06-12 13:53:31 +0200
commit8b8b287384660ea22282241d99559020a691307c (patch)
treef175731067adb50af888ef18bc6116406f3e5a42
parentf33840c1fff697a8467a78941687a71036b3c395 (diff)
Removing old and outdated planning file
-rw-r--r--PLANNING21
1 files changed, 0 insertions, 21 deletions
diff --git a/PLANNING b/PLANNING
deleted file mode 100644
index 89d224f..0000000
--- a/PLANNING
+++ /dev/null
@@ -1,21 +0,0 @@
-Sugested module layout
-
-lib.rs // Entry points and initialisation
-core.rs // Handles all multi-threading and stuff
-
-vault/
- mod.rs // core code
- fs.rs // All filesystem utilities
-
-record/
- mod.rs // core code
- version.rs // versioning utilities
-
-crypto/
- mod.rs // core code
- encoding.rs // encoding utility functions
-
-api/
- mod.rs // ...
- rest.rs // A RESTful API
- binding.rs // Exports some C headers