prima_bridge 0.7.2

A library to implement the bridge pattern
Documentation
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

source /setup_common.sh
source /decrypt_secrets.sh

if [ -n "$1" ]; then
  sh -c "$@"
else
  cargo watch -x 'run'
fi