pub fn run_model_builder_with_options<Paths: Into<MoveSymbol> + Clone, NamedAddress: Into<MoveSymbol> + Clone>(
    move_sources: Vec<PackagePaths<Paths, NamedAddress>>,
    deps: Vec<PackagePaths<Paths, NamedAddress>>,
    options: ModelBuilderOptions
) -> Result<GlobalEnv>
Expand description

Build the move model with default compilation flags and custom options and a set of provided named addreses. This collects transitive dependencies for move sources from the provided directory list.