cargo-athena-api 0.5.2

Argo Workflows API types — a hand-owned, curated serde subset
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# cargo-athena-api

[![crates.io](https://img.shields.io/crates/v/cargo-athena-api.svg)](https://crates.io/crates/cargo-athena-api)

A hand-owned, curated `serde` subset of the [Argo
Workflows](https://argoproj.github.io/workflows/) API types - just the
slice [`cargo-athena`](https://crates.io/crates/cargo-athena) emits,
kept deliberately small (no protobuf/codegen) and conformance-guarded by
a real-Argo end-to-end suite.

This is an internal crate. You almost certainly want
**[`cargo-athena`](https://crates.io/crates/cargo-athena)** instead.

- Repository: <https://github.com/mostlymaxi/cargo-athena>
- License: MIT OR Apache-2.0