apigen-xml 0.1.0

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

mod ffi_writer;
mod header_writer;
mod protocol_writer;
mod rust_writer;
mod types;
mod utils;
mod writer;

pub use writer::generate_api;