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 new trait to encode values to bytes #274

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Aug 20, 2024

  1. add new trait to encode values to bytes

    still lots of TODOs
    antonilol committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8ad37c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb1bd01 View commit details
    Browse the repository at this point in the history
  3. fix cookbook

    antonilol committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2978538 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a0c288 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a1b902 View commit details
    Browse the repository at this point in the history
  6. allow all std::io::Write impls in bytes_encode_into_writer instead of…

    … only Vec<u8>, use Either for the 2 different errors
    antonilol committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6201522 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    562797c View commit details
    Browse the repository at this point in the history
  8. add zero_copy method

    antonilol committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    147c624 View commit details
    Browse the repository at this point in the history
  9. hint to using writers for serde serialization types, remove requireme…

    …nt of returning written bytes amount
    antonilol committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f6a4a05 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3519c51 View commit details
    Browse the repository at this point in the history