blob: e098f1b514192f2ce42b7bcd0db59d5840ea447b [file] [log] [blame] [edit]
// Part of the Crubit project, under the Apache License v2.0 with LLVM
// Exceptions. See /LICENSE for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//! Definitions of types and database APIs used to generate Rust bindings from C++ APIs.
pub mod code_snippet;
pub mod db;
pub mod function_types;
pub mod rs_snippet;
pub use db::{BindingsGenerator, Database};