spire-api 0.4.0

Rust library for the SPIRE APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Generated protobuf bindings.
// Regenerate with: `cargo run -p xtask -- gen spire-api` from the repo root.
#![allow(clippy::all)]
#![allow(missing_docs)]

pub mod spire {
    pub mod api {
        pub mod agent {
            pub mod delegatedidentity {
                pub mod v1 {
                    include!("spire.api.agent.delegatedidentity.v1.rs");
                }
            }
        }
    }
}