spiffe-rs 0.1.0

Rust port of spiffe-go with SPIFFE IDs, bundles, SVIDs, Workload API client, federation helpers, and rustls-based SPIFFE TLS utilities.
Documentation
1
2
3
4
5
6
7
8
9
pub mod spiffeid;
pub mod logger;
pub mod bundle;
pub mod svid;
pub mod workloadapi;
pub mod spiffetls;
pub mod federation;

pub(crate) mod internal;