apigen-xml 0.1.0

Generate APIs from XML description
1
2
3
4
5
6
7
// Copyright 2025 Google
// SPDX-License-Identifier: MIT

mod magma_protocol;

#[allow(unused_imports)]
pub use magma_protocol::*;