windows-file-info 0.3.0

This crate is for gathering useful infos about Windows entities(archives, directories or reparse point/symlinks) with developer friendly way.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Changelog


## v0.1.0


windows-file-info crate released.

## v0.1.1


Some documentation fixes, nothing other changed.

## v0.2.0


Made some performance improvements on alghorithm: lifetimes implemented for Permissions struct.

## v0.3.0


Made further optimisations on alghorithm.