[][src]Crate rustwide

Rustwide is a library to execute your code on the Rust ecosystem, powering projects like Crater and docs.rs.

Modules

cmd

Command execution and sandboxing.

logging

rustwide's logging system and related utilities.

Structs

Build

API to interact with a running build.

BuildDirectory

Directory in the Workspace where builds can be executed.

Crate

A Rust crate that can be used with rustwide.

Workspace

Directory on the filesystem containing rustwide's state and caches.

WorkspaceBuilder

Builder of a Workspace.

Enums

PrepareError

Error happened while preparing a crate for a build.

Toolchain

Representation of a Rust compiler toolchain.