cf-integration 0.1.0

Integration and conformance harness for ContextForge control-plane and data-plane services
Documentation
1
2
3
4
5
6
use std::process::ExitCode;

#[tokio::main]
async fn main() -> ExitCode {
    cf_integration::run().await
}