Expand description
rnet-macros
Procedural macros for rnet
Attribute Macros§
- net
- This attribute can be applied to a standalone function to allow it to be called from .net.
Derive Macros§
- Net
- This derive will implement the
Net
,ToNet
, andFromNet
traits for the given struct, allowing it to be passed to or returned from .net code.