Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add generated rust code #483

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Add generated rust code #483

merged 1 commit into from
Sep 13, 2024

Commits on Aug 18, 2024

  1. Add generated rust code

    The rust code is generated using the [`neoeinstein/protoc-gen-prost`]
    (https://github.com/neoeinstein/protoc-gen-prost),
    which leverages the `prost` crate for protobuf and `tonic` crate for
    client/server.
    
    The rust crates used are:
    
    pbjson and pbjson-types: 0.7.0
    prost: 0.13.1
    tonic: 0.12.0
    
    Currently, the generated code does not use `protoc-prost-serde` to
    support serde, since serde and json deserialization is not necessary for
    the basic use case.
    
    Signed-off-by: Campbell He <kp.campbell.he@duskmoon314.com>
    duskmoon314 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    83ed0d2 View commit details
    Browse the repository at this point in the history