Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.08 KB

Build Status Codacy Badge codecov

RGB library on Rust

This is re-implementation of https://github.com/rgb-org/rgb according to the most recent spec RGB Protocol with better test coverage and attention to the details.

rgb-rust is written in "Rust"; "Cargo" is its build system and package manager.

Install "Rust" and "Cargo"

Follow the instructions in Rust Install For those who use "macOS" it is possible to install "Rust" through brew:

$ brew install rust

Build rgb-rust

$ cargo build

Run the tests

$ cargo test --package rgb --lib tests