native_toolchain_rs library
Classes
- RustBuilder
-
Builds a Rust project via
rustup.
Enums
- BuildMode
- The mode to build the Rust crate with.
Exceptions / Errors
- RustBuildException
- An Exception representing a failure while trying to build Rust assets.
- RustProcessException
- A RustBuildException that specifies there was an issue when invoking an external process.
- RustValidationException
- A RustBuildException that specifies there were some issues while validating the project.