Struct lib_flutter_rust_bridge_codegen::Opts
source · pub struct Opts {Show 21 fields
pub rust_input_path: String,
pub dart_output_path: String,
pub dart_decl_output_path: Option<String>,
pub c_output_path: Vec<String>,
pub rust_crate_dir: String,
pub rust_output_path: String,
pub class_name: String,
pub dart_format_line_length: u32,
pub dart_enums_style: bool,
pub skip_add_mod_to_lib: bool,
pub llvm_path: Vec<String>,
pub llvm_compiler_opts: String,
pub manifest_path: String,
pub dart_root: Option<String>,
pub build_runner: bool,
pub block_index: BlockIndex,
pub skip_deps_check: bool,
pub wasm_enabled: bool,
pub inline_rust: bool,
pub bridge_in_method: bool,
pub extra_headers: String,
}
Expand description
Parsed configs, mainly used for internal logic
Fields§
§rust_input_path: String
§dart_output_path: String
§dart_decl_output_path: Option<String>
§c_output_path: Vec<String>
§rust_crate_dir: String
§rust_output_path: String
§class_name: String
§dart_format_line_length: u32
§dart_enums_style: bool
§skip_add_mod_to_lib: bool
§llvm_path: Vec<String>
§llvm_compiler_opts: String
§manifest_path: String
§dart_root: Option<String>
§build_runner: bool
§block_index: BlockIndex
§skip_deps_check: bool
§wasm_enabled: bool
§inline_rust: bool
§bridge_in_method: bool
§extra_headers: String