zagens-cli 0.8.2

Zagens headless CLI + HTTP/SSE runtime sidecar (`zagens`, `zagens-runtime` binaries)
Documentation
1
2
3
4
5
6
//! Sidecar OpenAPI re-export (task schemas live in `zagens-runtime-api` since E1-c6).

pub use zagens_runtime_api::openapi::{
    SCHEMA_EXPORTS, build_openapi_value, build_openapi_value_with, build_paths,
    export_openapi_json, export_openapi_json_with, path_template_count,
};