9 releases (1 stable)
1.0.0 | Feb 26, 2023 |
---|---|
0.2.1 | Feb 25, 2023 |
0.2.0 | Sep 5, 2020 |
0.1.5 | Mar 18, 2020 |
0.1.2 | May 23, 2019 |
#16 in Windows APIs
5,448 downloads per month
Used in 10 crates
(8 directly)
33KB
586 lines
junction
Library for working with NTFS junctions.
Minimal Supported Rust versions
1.48.0
All relevant references
- https://www.codeproject.com/Articles/194/Windows-2000-Junction-Points#The_Solution
- https://www.codeproject.com/Articles/15633/Manipulating-NTFS-Junction-Points-in-NET
- http://www.flexhex.com/docs/articles/hard-links.phtml
- https://googleprojectzero.blogspot.com/2016/02/the-definitive-guide-on-win32-to-nt.html
- https://github.com/googleprojectzero/symboliclink-testing-tools/blob/master/DumpReparsePoint/DumpReparsePoint.cpp
- https://github.com/googleprojectzero/symboliclink-testing-tools/blob/master/CommonUtils/ReparsePoint.cpp
- https://github.com/containerd/continuity/blob/master/syscallx/syscall_windows.go
License
All the code in this repository is released under the MIT License, for more information, please read COPYRIGHT file.
Dependencies
~31KB