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ยง
- config
- Interface for configuring and running the generator.
- cpp_
checker - cpp_
data - Types for handling information about C++ library APIs.
- cpp_
ffi_ generator - cpp_
function - Types for handling information about C++ methods.
- cpp_
type - Types for handling information about C++ types.
- database
- processor
- workspace