Crate smb_msg_derive

Crate smb_msg_derive 

Source
Expand description

Utility macros for building SMB messages.

This should be used only within the smb-msg crate. Common utlities shall be placed in smb-dtyp-derive and re-exprorted in smb-dtyp.

Attribute Macrosยง

smb_message_binrw
Proc-macro for adding binrw attributes to SMB request and response structs.
smb_request
Proc-macro for constructing SMB request messages.
smb_request_binrw
Proc-macro for adding binrw attributes to SMB request structs.
smb_request_response
Proc-macro for constructing SMB request and response messages.
smb_response
Proc-macro for constructing SMB response messages.
smb_response_binrw
Proc-macro for adding binrw attributes to SMB response structs.