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

Allow set and add methods to take uint types in addition to &str #28

Merged
merged 10 commits into from
Sep 5, 2024

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    98721f6 View commit details
    Browse the repository at this point in the history
  2. rework set method using ToMemcachedValue to allow many parameter type…

    …s for value, cleanup tests
    mrattle committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a056662 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7280c46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ace7f6f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    a803502 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e1583 View commit details
    Browse the repository at this point in the history
  3. move ToMemcachedValue from parser/mod to value_serializer.rs and use …

    …sealed trait pattern to prevent external impl on consumer types
    mrattle committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e33a5a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c37dbdc View commit details
    Browse the repository at this point in the history
  5. Prototyping

    adampetro authored and mrattle committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2d79ede View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4c9eb0 View commit details
    Browse the repository at this point in the history