Use UpperCamelCase
for type macros.
#141
Labels
C - Code Quality
Category: Addressing quality and cleanup of existing code.
P - Low
Priority: Not particularly urgent.
V - Major Breaking Change
Versioning: Requires a major bump according to semver.
It's not actually a part of the Rust API Guidelines, but there is an issue for it that seems to have passed the final comment period. Macros like
registry
andviews
should be renamed toRegistry
andViews
to reflect that they define types, rather than values.The text was updated successfully, but these errors were encountered: