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: experimental support for further nested types #318

Merged
merged 14 commits into from
Jun 8, 2024
Merged

Commits on Apr 25, 2024

  1. kinda working

    Mause committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    11144df View commit details
    Browse the repository at this point in the history
  2. add more docs

    Mause committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2417a68 View commit details
    Browse the repository at this point in the history
  3. iterate on struct support

    Mause committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    435f526 View commit details
    Browse the repository at this point in the history
  4. start on map support

    Mause committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8755efd View commit details
    Browse the repository at this point in the history
  5. amend type enum

    Mause committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2e19607 View commit details
    Browse the repository at this point in the history
  6. add initial array support

    Mause committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f302b65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e084bd2 View commit details
    Browse the repository at this point in the history
  8. add full test_all_types() test

    Mause committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    04c7163 View commit details
    Browse the repository at this point in the history
  9. add basic union read support

    Mause committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0635e21 View commit details
    Browse the repository at this point in the history
  10. use better data structures

    Mause committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7d272d0 View commit details
    Browse the repository at this point in the history
  11. chore: fix up imports

    Mause committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e9f77e9 View commit details
    Browse the repository at this point in the history
  12. Update test_all_types.rs

    Mause committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b5f2de3 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    1cc1897 View commit details
    Browse the repository at this point in the history
  2. clippy

    Mause committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    017a42d View commit details
    Browse the repository at this point in the history