Module project
Source pub use error::*;
- buildable
- Define the buildable trait
- error
- The project error type. Should be returned during building of the project.
- finder
- Helpers for subproject handling
- prelude
- requests
- Turns a list of strings into a task request object
- shared
- Contains the shared project
- variant
- The variant
- Project
- The Project contains the tasks, layout information, and other related objects that would help
with project building.
- GetProjectId
- VisitMutProject
- trait for visiting project thats mutable
- VisitProject
- trait for visiting projects