1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*!
A library for operating file system files / Windows Shell items.
## Features
- Shell item ID list (path): `AbsoluteIDList`, `RelativeIDList`, `ChildID` and their `Ref` variants; `IPersistIDList`.
- Shell folder: `IShellFolder`.
- Shell item: `IShellItem`, `IShellItem2`.
- Property System: `IPropertySystem`, `IPropertyStore`, `FSColumn`.
- Hooking
- Hook item display name.
- Display folder size with bar graph from Everything.
- COM string utilities.
## Crate features
*/
use ;
pub use *;