Module cpp_to_rust::config [] [src]

Structs

Config

The starting point of cpp_to_rust API. Create a Config object, set its properties, add custom functions if necessary, and start the processing with Config::exec.

Type Definitions

CppDataFilterFn

Function type used in Config::add_cpp_data_filter.

CppFfiGeneratorFilterFn

Function type used in Config::add_cpp_ffi_generator_filter.