app-frame 0.3.1

Compile-time dependency-injected application framework with a service orchestrator.
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env bash

set -euxo pipefail

cargo fmt --check
cargo clippy -- -Dwarnings
cargo test