rair-gui

GUI for rair-core

Build and install from source

sudo apt-get install libgtk-3-dev ; cargo install --path . ;

Run tests:

cargo test --all ;

Build documentation:

cargo doc ;