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

Remove byteorder dependency #334

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

Commits on Aug 18, 2023

  1. rmp: Stop using byteorder

    I feel like using the methods from core for this byte order conversion
    makes the code simpler than doing the same with the byteorder crate.
    
    Signed-off-by: Uli Schlachter <[email protected]>
    psychon committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6f1a3e3 View commit details
    Browse the repository at this point in the history
  2. rmp-serde: Stop using byteorder

    The byteorder crate does not do much magic and for what is done here, it
    might be simpler to instead use the relevant methods from the standard
    library.
    
    Signed-off-by: Uli Schlachter <[email protected]>
    psychon committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6702331 View commit details
    Browse the repository at this point in the history