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 length_field_type to LengthDelimitedCodec builder #4508

Merged

Commits on Feb 16, 2022

  1. Add length_field_type builder method

    Allows passing in the wanted unsigned integer type.
    nvzqz committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    b3787b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    511e91b View commit details
    Browse the repository at this point in the history
  2. Use more analogous type in example

    `u128` is analogous to `length_field_length(16)`, which would fail.
    nvzqz committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    2c39667 View commit details
    Browse the repository at this point in the history