#generated #proto #protobuf #definition #buildkit #descriptor #build

bin+lib bollard-next-buildkit-proto

Protobuf definitions to interact with buildkit using Bollard

1 unstable release

new 0.4.0 May 1, 2024

#1745 in Encoding

Download history 64/week @ 2024-04-25

64 downloads per month
Used in bollard-next

Apache-2.0

310KB
6K SLoC

Buildkit rust proto

This repository contains both the protobuf descriptors and generated output.

The generated files are part of the project to maintain consistency across generated assets in the Bollard project, and to avoid a build dependency on the external protoc binary.

Fetch

To fetch the protobuf files needed in the Bollard project, this step will fetch remote files and replace import statements with local equivalents, so that they can be parsed by prost.

cargo run --bin fetch --features fetch

Generate

You will need a protoc compiler for this step. On unix there is usually a package protobuf-compiler or equivalent.

To generate the rust output from the protobuf files use the following:

cargo run --bin gen --features build

Dependencies

~4–6.5MB
~113K SLoC