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

Init macros #19

Merged
merged 2 commits into from
May 24, 2024
Merged

Init macros #19

merged 2 commits into from
May 24, 2024

Commits on May 24, 2024

  1. feat: Initialization macros

    Initialize with all values set explicitly, or with defaults
    for missing values. Static initialization via array not done yet,
    as there are design tradeoffs. The KV pairs would rely on
    downstream crate ensuring correct order, or automated order
    correction.
    Pscheidl committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7b83dd8 View commit details
    Browse the repository at this point in the history
  2. feat: Iterators

    Iterate over values and key-value zipped iterators.
    Pscheidl committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6b71903 View commit details
    Browse the repository at this point in the history