xbp-analysis 10.57.0

Language-agnostic static analysis (error-handling / Aspirator-style) for XBP
Documentation
1
2
3
4
5
6
7
//! Inbound and outbound ports (hexagonal boundaries).

pub mod inbound;
pub mod outbound;

pub use inbound::*;
pub use outbound::*;