Crate windows_rpc_macros

Crate windows_rpc_macros 

Source
Expand description

Procedural macros for generating Windows RPC client and server code.

This crate provides the rpc_interface attribute macro that transforms Rust trait definitions into fully functional Windows RPC clients and servers.

See the windows_rpc crate for the main documentation and examples.

Attribute Macrosยง

rpc_interface
Generates Windows RPC client and server code from a trait definition.