1 unstable release

0.1.0 Mar 9, 2024

#1398 in Parser implementations

44 downloads per month

MIT/Apache

70KB
76 lines

REAPI rust bindings

This crete provides bindings and documentation for the REAPI

Features

With no features this create builds bindings for the full v2 reapi including the asset api

By default the following features are included:

  • Feature EQ adds eq and hash to build.bazel.remote.execution.v2.Digest
  • Feature Serde adds Serialize and Deserialize to build.bazel.remote.execution.v2.Digest
  • Feature buildgrid adds build.buildgrid which provides bindings to the buildgrid protos

lib.rs:

Rust bindings for REAPI

Uses tonic and prost to create wrappers for REAPI

Dependencies

~6–17MB
~213K SLoC