-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Implicit name generation is something that is very dangerous, and we should almost always use hygienic, correctly scoped macros. So instead of making CheeseVec
for the following:
#[derive(StructOfArray)]
struct Cheese {
...
}
I instead want to specify the resulting SOA name explicitly:
#[derive(StructOfArray(CheeseVec))]
struct Cheese {
...
}
schneiderfelipeschneiderfelipe
Metadata
Metadata
Assignees
Labels
No labels