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

Added unty dependency and added type checks #667

Merged
merged 4 commits into from
Sep 28, 2023
Merged

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    0574e6a View commit details
    Browse the repository at this point in the history
  2. Bumped unty 0.0.2

    Victor Koenders committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    37bd22d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Bump unty to 0.0.3

    Victor Koenders committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    22c5954 View commit details
    Browse the repository at this point in the history
  2. Removed unneeded + Sized requirements

    Optimize encode for [T; N]
    Made BinaryHeap<T> proxy to Vec<T>
    Made VecDeque decode/borrowdecode proxy to Vec<T>
    Optimize VecDeque::<u8>::Encode to write 2 slices directly
    Optimize Vec<u8> borrowdecode implementation
    Victor Koenders committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    fcf6224 View commit details
    Browse the repository at this point in the history