Available on crate feature
workspace
only.Expand description
Types for dealing with workspaces of rune code.
Structs§
- A prepared build.
- Failed to build workspace.
- Diagnostics emitted about a workspace.
- A fatal diagnostic in a workspace.
- A filesystem-based source loader.
- A found item in the workspace.
- A found item in the workspace associated with a package.
- The manifest of a workspace.
- A single package.
- An error raised when interacting with workspaces.
Enums§
- A single workspace diagnostic.
- Emit
Error emit
Errors that can be raised when formatting diagnostics. - The kind of a found entry.
- A workspace filter which in combination with functions such as Manifest::find_bins can be used to selectively find things in the workspace.
Constants§
- The name of the toplevel manifest
Rune.toml
.
Traits§
- A source loader.
Functions§
- Prepare a workspace build.