feat: добавить поддержку атомарной замены файлов для Windows и тесты на максимальную длину имени

This commit is contained in:
2026-02-11 22:00:46 +00:00
parent 70ed6480c2
commit 3c06e768d6
4 changed files with 171 additions and 12 deletions

View File

@@ -5,3 +5,6 @@ edition = "2021"
[dependencies]
common = { path = "../common" }
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.59", features = ["Win32_Storage_FileSystem"] }