stctl 0.3.0

The framework experience for Yew.
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    stctl::main().await
}