smb-dtyp 0.10.3

Common data types for `smb-rs`
Documentation
1
2
3
4
5
# Common data types for `smb-rs`

Based on MS-DTYP spec, this crate contains common data types used by various Microsoft protocols,
including SMB and RPC.
Protocol-specific structures are found in other crates, such as `smb-msg` and `smb-rpc`.