#!/bin/bash

alias s="clear ; target/debug/examples/main"

#alias p="clear ; cargo build --example main"
alias p="clear ; cargo rustdoc -- --html-in-header doc/style.css"

#alias t="clear ; cargo test --lib -- --nocapture tst"
#alias t="clear ; cargo pretty-test --lib -- --nocapture"
alias t="clear ; cargo pretty-test --example main -- --nocapture"
