Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.12 KB

README.md

File metadata and controls

29 lines (26 loc) · 1.12 KB

rrr-make

A basic command-line tool for the creation of Recursive Record Registries.

Compiling the executable binary

  1. Install Rust via rustup.rs
  2. Clone this repository using Git or download it as an archive
  3. Open the repository in your shell, and compile the executable binary by running:
    cargo build --release --bin rrr-make --features cmd
  4. If the compilation was successful, the executable binary is now located in the target/release directory. Launch it by running the following:
    # On Windows
    target\release\rrr-make.exe
    # On Unix
    target/release/rrr-make

TODO

  • Better error reporting for incomplete record parameters
  • Output registry staging
    • Checking whether the stored record is identical to the to-be-written one
      • Record equality
      • Fragment equality
    • published directory
    • revisions directory