A basic command-line tool for the creation of Recursive Record Registries.
- Install Rust via rustup.rs
- Clone this repository using Git or download it as an archive
- Open the repository in your shell, and compile the executable binary by running:
cargo build --release --bin rrr-make --features cmd
- 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
- 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
- Checking whether the stored record is identical to the to-be-written one