-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Now using procedural macros, here's the working list:
Code Generation
- Namespace
pub mod $x {}-
pubvisibility.
-
- Enums
-
pubvisibility. - Generate each variant.
-
enum { FOO = 123 }.
-
- Structs
-
pubvisibility. - Generate each variant.
- Proper type mapping with generic support.
- Attribute support (optional/required)
- Implement the
Serializetrait
-
- Typedefs =>
type $X = $Y - Constants
Metadata
Metadata
Assignees
Labels
No labels