Modulesยง
- build_
request - Nested message and enum types in
BuildRequest
. - build_
response - Nested message and enum types in
BuildResponse
. - build_
service_ client - Generated client implementations.
- build_
service_ server - Generated server implementations.
- grpc_
buildservice_ ๐wrapper
Structsยง
- Build
Request - A BuildRequest describes the request of something to be run on the builder. It is distinct from an actual [Build] that has already happened, or might be currently ongoing.
- Build
Response - A BuildResponse is (one possible) outcome of executing a [BuildRequest].
- GRPC
Build Service Wrapper - Implements the gRPC server trait (crate::proto::build_service_server::BuildService for anything implementing BuildService.
Enumsยง
- Validate
Build Constraints Error - Errors that occur during the validation of build_request::BuildConstraints messages.
- Validate
Build Request Error - Errors that occur during the validation of BuildRequest messages.
- Validate
Build Result Error - Errors that occur during the validation of BuildResult messages.
Functionsยง
- is_
clean_ ๐absolute_ path - is_
clean_ ๐path - Checks a path to be without any โ..โ components, and clean (no superfluous slashes).
- is_
clean_ ๐relative_ path - is_
sorted ๐ - Checks if a given list is sorted.
- path_
to_ ๐string