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

Latest commit

 

History

History
19 lines (11 loc) · 497 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 497 Bytes

librgb

librgb is the reference implementation of RGB Protocol.

librgb 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 librgb

$ cargo build

Run the tests

$ cargo test --package rgb --lib tests