7 releases
Uses new Rust 2024
| 0.11.1 | Dec 11, 2025 |
|---|---|
| 0.11.0 | Nov 21, 2025 |
| 0.10.4 | Nov 14, 2025 |
| 0.10.3 | Oct 31, 2025 |
#2312 in Filesystem
1,785 downloads per month
Used in 5 crates
(2 directly)
230KB
4K
SLoC
File System Control Codes (MS-FSCC) For SMB
The FSCC types are widely used in SMB messages. This module contains implementation of many structs supported in SMB from the FSCC specification, to allow a wide variety of SMB operations, with a well defined, convenient typing system, and with an extensive set of structures.
This crate also contains common utility structures to wrap around common FSCC structures.
The crate contains the following implementations:
- File information
QueryFileInfo,SetFileInfo - File system information
QueryFileSystemInfo,SetFileSystemInfo - Directory query types
QueryDirectoryInfo - Change notifications
FileNotifyInformation - Access masks
FileAccessMask,DirAccessMask
SMB FSCC (File System Control Codes)
This crate contains SMB FSCC (File System Control Codes) implementation, that is used by SMB for file system operations.
Those are mostly common windows file information structures, used for SMB get/set file info operations.
This crate is a part of the
smb-rsproject
Dependencies
~3.5MB
~73K SLoC