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

improve readability of crate and add encode_to_slice #29

Closed
wants to merge 8 commits into from
Closed

improve readability of crate and add encode_to_slice #29

wants to merge 8 commits into from

Commits on Oct 18, 2019

  1. move error to separate file

    Luro02 committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    613bf5f View commit details
    Browse the repository at this point in the history
  2. move traits to separate file

    Luro02 committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    f80a804 View commit details
    Browse the repository at this point in the history
  3. minor fixes

    Luro02 committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    005f1db View commit details
    Browse the repository at this point in the history
  4. added encode_to_slice

    Luro02 committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    b34b7b0 View commit details
    Browse the repository at this point in the history
  5. use decode_to_slice in decode

    Luro02 committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    fb1108a View commit details
    Browse the repository at this point in the history
  6. fix minor issues

    Luro02 committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    2b21c95 View commit details
    Browse the repository at this point in the history
  7. fix compilation in no_std

    Luro02 committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    69b5154 View commit details
    Browse the repository at this point in the history
  8. remove inline attributes

    Luro02 committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    81e4dc1 View commit details
    Browse the repository at this point in the history