Crate rnet_macros[][src]

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, and FromNet traits for the given struct, allowing it to be passed to or returned from .net code.