Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Add container Variant API #651

Merged
merged 11 commits into from
Sep 3, 2020
Merged

Add container Variant API #651

merged 11 commits into from
Sep 3, 2020

Commits on Sep 3, 2020

  1. Implement StaticVariantType for common Rust container types

    This will allow us to create Variant instances from encoded data for
    container types. The API to query and manipulate a container carying
    Variant will follow in another patch.
    zeenix committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    8a47566 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d616d6 View commit details
    Browse the repository at this point in the history
  3. impl StaticVariantType for Variant

    So that `new_from_bytes` can be used with Variant type.
    zeenix committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    86c7395 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    300ef35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df1b340 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    733f152 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe257e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ee2313 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1230019 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1deff1a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a9a203 View commit details
    Browse the repository at this point in the history