Documentation ¶
Overview ¶
Package rust contains a Go interface to the Rust build system.
This is needed as certain E2E tests require things to be rebuilt during tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder provides an interface for building Rust runtimes by invoking `cargo`.
func NewBuilder ¶
func NewBuilder( env *env.Env, teeHardware node.TEEHardware, pkg string, buildDir string, targetDir string, ) *Builder
NewBuilder creates a new builder for Rust runtimes.
Click to show internal directories.
Click to hide internal directories.