basil-core 0.5.4

Basil daemon core, broker services, transport, and offline admin command implementations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! gRPC service adapters.

mod admin;
mod aead;
pub mod broker;
mod invocation;
#[cfg(feature = "http")]
pub mod jwks;
mod minting;
pub mod sds;
mod secret;
mod shared;
mod signing;
pub mod spiffe;