Struct arret_compiler::PackagePaths [−][src]
pub struct PackagePaths { /* fields omitted */ }
Implementations
impl PackagePaths
[src]
impl PackagePaths
[src]pub fn empty() -> PackagePaths
[src]
pub fn with_stdlib(
arret_root_dir: &Path,
target_triple: Option<&str>
) -> PackagePaths
[src]
arret_root_dir: &Path,
target_triple: Option<&str>
) -> PackagePaths
Creates an instance including the stdlib
package
pub fn test_paths(target_triple: Option<&str>) -> PackagePaths
[src]
Creates an instance for use in our internal unit and integration tests