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

feat(primitives): implement map module #743

Merged
merged 11 commits into from
Sep 25, 2024
Merged

feat(primitives): implement map module #743

merged 11 commits into from
Sep 25, 2024

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    775021d View commit details
    Browse the repository at this point in the history
  2. chore: nits

    DaniPopes committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    be1772d View commit details
    Browse the repository at this point in the history
  3. ci

    DaniPopes committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    876cb92 View commit details
    Browse the repository at this point in the history
  4. chore: fixes, clippy

    DaniPopes committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9e5a01c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b207c18 View commit details
    Browse the repository at this point in the history
  6. chore: updates

    DaniPopes committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    dc06282 View commit details
    Browse the repository at this point in the history
  7. fix

    DaniPopes committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f0d11e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    df640c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3249471 View commit details
    Browse the repository at this point in the history
  3. feat: remove S generic from Fb* types

    Easier to change the implementation later on.
    DaniPopes committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    874c935 View commit details
    Browse the repository at this point in the history
  4. fix: keep hashbrown by default for no_std

    Ideally this is only a depedencny if `not(feature = "std")` but this is
    currently not something you can have with cargo features.
    DaniPopes committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2b5462c View commit details
    Browse the repository at this point in the history