xbp 10.28.0

XBP is a zero-config build pack that can also interact with proxies, kafka, sockets, synthetic monitors.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod cloudflare;
pub mod github;
pub mod http;
pub mod models;
pub mod registry;

pub use cloudflare::CloudflareClient;
pub use github::{GitHubEnvironmentClient, GitHubSecretVariable};
pub use models::*;
pub use registry::*;