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

Abstract storage #87

Draft
wants to merge 11 commits into
base: bbqueue-ng
Choose a base branch
from
Draft

Abstract storage #87

wants to merge 11 commits into from

Commits on Jan 3, 2021

  1. Remove wildly unsafe as_static call.

    James Munns committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    7e3e3e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    6dd711b View commit details
    Browse the repository at this point in the history
  2. Introduce header type

    James Munns committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    673ec47 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. This was already here

    James Munns committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    348a334 View commit details
    Browse the repository at this point in the history
  2. Finish the trait prop

    James Munns committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    c7c5478 View commit details
    Browse the repository at this point in the history
  3. Now uses the trait all the way through

    James Munns committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    15e3a1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67e06c3 View commit details
    Browse the repository at this point in the history
  5. One step less awkward

    James Munns committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    61cce27 View commit details
    Browse the repository at this point in the history
  6. Remove unnecessary constant.

    I might need to do something different for Arc storage type. Perhaps AsRef?
    James Munns committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    5966148 View commit details
    Browse the repository at this point in the history
  7. Update notes, still thinking about Arc

    James Munns committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    9ffaa73 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. I... am surprised this works? EDIT: It doesn't.

    James Munns committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    6e08107 View commit details
    Browse the repository at this point in the history