alexcrichton / filetime

Accessing file timestamps in a platform-agnostic fashion in Rust
Apache License 2.0
122 stars 56 forks source link

Enables this crate to modify the file creation time on Windows. #84

Open czy-29 opened 2 years ago

czy-29 commented 2 years ago

Hi, I wrote this crate: https://crates.io/crates/filetime_creation It extends the functionality of "filetime" to modify the file creation time on Windows. Initially my idea was to make changes directly on "filetime" and submit a pull request for the changes to be fed back upstream. But take into account the following factors:

So I decided to implement this feature first as a standalone crate to meet my (and potentially others') needs. But in the long run I think this feature should be merged into this crate to avoid community splits. So what do you think? Should this feature be merged into this crate or should it remain separate? If you can think of a good way to implement this functionality into this crate, I don't mind deprecating my crate and archive the corresponding repository.