| Crates.io | smb-rpc |
| lib.rs | smb-rpc |
| version | 0.11.1 |
| created_at | 2025-10-06 12:56:56.758811+00 |
| updated_at | 2025-12-11 18:22:34.415792+00 |
| description | MS-RPC implementations for `smb-rs` |
| homepage | |
| repository | https://github.com/afiffon/smb-rs |
| max_upload_size | |
| id | 1870177 |
| size | 70,176 |
This crate contains MS-RPC implementation, that is used by SMB for some operations. Specifically, RPC is used for the NetrShareEnumAll operation, which is used to enumerate shares on the server, but a richer implementation for Ndr64 is found in this crate, to support possible future use cases.
For now, RPC structures and functions are manually implemented - not derived from an IDL file.
This crate is a part of the
smb-rsproject