xbp 10.40.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
#[cfg(feature = "athena")]
pub mod athena;

#[cfg(not(feature = "athena"))]
#[path = "athena_disabled.rs"]
pub mod athena;