rustreexo 0.6.0

A Rust implementation of Utreexo
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Setup cargo-rbmt
description: Install cargo-rbmt

runs:
    using: "composite"

    steps:
        - name: Install cargo-rbmt
          shell: bash
          run: |
            RBMT_VERSION=$(cat rbmt-version)
            cargo install cargo-rbmt --version "$RBMT_VERSION" --locked

        - name: Install Rust Toolchains
          shell: bash
          run: cargo rbmt toolchains