apigen-xml 0.1.0

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

mod xml;
pub use xml::parse_api;