diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-10-30 22:57:50 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-10-30 22:57:50 -0700 |
commit | 370b8bb96764ea71f52650440a60a4cabc7bcf63 (patch) | |
tree | 5deda08b5c131d28fbcf3e67029db63650757545 /TODO | |
parent | 1c2bf46bfc67b64d038d6f7bdfe775fbee73f5fc (diff) | |
download | geniza-370b8bb96764ea71f52650440a60a4cabc7bcf63.tar.gz geniza-370b8bb96764ea71f52650440a60a4cabc7bcf63.zip |
update README and TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -1,11 +1,9 @@ next: -- worked (manual) example of signature generation with 3x nodes -- verifying register (sans bitfield) +- file check in/out +- drive children/tree stuff - bitfield stuff (un-indexed) https://docs.rs/bit_field/0.8.0/bit_field/trait.BitArray -- appending to drive -- network infra - secret_key-in-home helpers (read/write) - 'geniza clone' command - 'geniza checkout' command @@ -44,15 +42,14 @@ geniza: command line, swarm Backburner: -- man +- manpage - slog for logging - disable sodiumoxide serde feature -- sodiumoxcide static link +- sodiumoxide static link https://safenetforum.org/t/building-a-non-dynamically-linked-executable-of-safe-vault/9811/6 - SLEEP API: should just be empty string for algo-name, not Option<> - I have the SLEEP/register naming wrong... sleep refers to the directory? -- refactor to something pwrite based for file I/O - https://doc.rust-lang.org/std/os/unix/fs/trait.FileExt.html +- portable positional file I/O https://github.com/vasi/positioned-io - mmap https://docs.rs/scroll/0.7.0/scroll/ @@ -63,3 +60,4 @@ Backburner: - refactor key generation into generic/re-usable function - turn magic numbers in tree nodes into declared (public?) constants - root_nodes as an iterator? (vs returning a Vec) +- pretty terminal output: https://crates.io/crates/colored |