roas-asyncapi 0.3.0

Rust implementation of the AsyncAPI Specification v2.6 / v3.0 / v3.1 — parse and validate
Documentation
1
2
3
4
5
6
7
8
//! Version-agnostic helpers shared by every AsyncAPI version module.

pub mod bindings;
pub mod extensions;
pub(crate) mod pointer;
pub mod reference;
pub(crate) mod resolve;
pub mod runtime_expression;