Skip to content

A command-line utility for the creation of Recursive Record Registries

License

Notifications You must be signed in to change notification settings

recursive-record-registry/rrr-make

Repository files navigation

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

About

A command-line utility for the creation of Recursive Record Registries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages