Crate ritual

source ·
Expand description

Implementation of cpp_to_rust generator that analyzes a C++ library and produces a Rust crate for it. See [README] (https://github.com/rust-qt/cpp_to_rust/tree/master/cpp_to_rust/cpp_to_rust_generator) for more information.

Modules

Interface for configuring and running the generator.
Types for handling information about C++ library APIs.
Types for handling information about C++ methods.
Types for handling information about C++ types.