Expand description
Proc macro implementation for the csharp-rs crate.
This crate provides the #[derive(CSharp)] macro that generates C# type
definitions from Rust structs and enums. It is not intended to be used
directly; use csharp-rs instead, which re-exports the derive macro.
Derive Macrosยง
- CSharp
- Derives a C# type definition for the annotated Rust type.