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

Switch from protobuf to prost #387

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Switch from protobuf to prost #387

wants to merge 12 commits into from

Commits on Jan 26, 2021

  1. Setup prost

    Signed-off-by: Folyd <lyshuhow@gmail.com>
    Folyd committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    1415290 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Fix Cargo.toml typo

    Signed-off-by: Folyd <lyshuhow@gmail.com>
    Folyd committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    c1f5190 View commit details
    Browse the repository at this point in the history
  2. Migrate most of rust-protobuf codes to prost

    Signed-off-by: Folyd <lyshuhow@gmail.com>
    Folyd committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    35493eb View commit details
    Browse the repository at this point in the history
  3. Migrate all testing code to prost

    Signed-off-by: Folyd <lyshuhow@gmail.com>
    Folyd committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    02be5a7 View commit details
    Browse the repository at this point in the history
  4. Migrate plain_model codes to pass prost compatibility

    Signed-off-by: Folyd <lyshuhow@gmail.com>
    Folyd committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    34926d5 View commit details
    Browse the repository at this point in the history
  5. Pass all testings🎉🎉

    Signed-off-by: Folyd <lyshuhow@gmail.com>
    Folyd committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    06572e7 View commit details
    Browse the repository at this point in the history
  6. Fix Cargo clippy

    Signed-off-by: Folyd <lyshuhow@gmail.com>
    Folyd committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    d1ebdb2 View commit details
    Browse the repository at this point in the history
  7. Pass cargo test --all-features

    Signed-off-by: Folyd <lyshuhow@gmail.com>
    Folyd committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    fcdd202 View commit details
    Browse the repository at this point in the history
  8. Remove useless dependencies

    Signed-off-by: Folyd <lyshuhow@gmail.com>
    Folyd committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    f49d053 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Using prost conveniently generates Rust code at the build time withou…

    …t the code having to be checked into git.
    
    Signed-off-by: Folyd <lyshuhow@gmail.com>
    Folyd committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    2097820 View commit details
    Browse the repository at this point in the history
  2. Update protobuf feature docs

    Signed-off-by: Folyd <lyshuhow@gmail.com>
    Folyd committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    9001ff8 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    7cb54c8 View commit details
    Browse the repository at this point in the history