Struct crate_compile_test::config::Config
[−]
[src]
pub struct Config {
pub mode: Mode,
pub base_dir: PathBuf,
pub target: Option<String>,
pub profile: Profile,
pub cargo_env: Vec<(String, String)>,
pub cargo_command: String,
pub crates_filter: Box<Fn(&Path) -> bool>,
pub additional_steps: Vec<Box<TestStepFactory>>,
}Fields
mode: Mode
base_dir: PathBuf
target: Option<String>
profile: Profile
cargo_env: Vec<(String, String)>
cargo_command: String
crates_filter: Box<Fn(&Path) -> bool>
additional_steps: Vec<Box<TestStepFactory>>