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