Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Add macro for types-only schema #10

@westonpace

Description

@westonpace

It should be able to construct schemas with a syntax either like...

let schema = types_schema!({
  "": f32,
  "": {
    "": f64,
    "": f64,
  }
});

Or, preferably:

let schema = types_schema!({
  f32,
  {
    f64,
    f64
  }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions