romp 0.5.2

STOMP server and WebSockets platform
Documentation
#
# bash magic
#
if [[ -z "$ROMP" ]]
then
echo "  init romp shell"
export ROMP=$PWD

export ROMP_CONF=conf
alias startr='cargo run'
alias testr='cargo test'

fi