apigen-xml 0.1.0

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

mod defines;
mod error;

pub use defines::*;
pub use error::ApiGenError;