Hints
Here are some hints to get you started with specific kinds of new features, which you can use in addition to the contribution workflow above.
Adding a New Attribute
-
Write a new integration test in tests/attributes.rs.
-
Add a new variant to the
Attribute
enum. -
Implement the functionality of the new attribute.
-
Run
just ci
to make sure that all tests pass.