iso-code 0.1.1

Safe git worktree lifecycle management — prevents data loss bugs in AI coding agents
Documentation
1
2
3
4
5
// Windows-specific platform code.
//
// Copy-on-write is handled by `reflink-copy` (ReFS-only on Windows).
// Junction creation via the `junction` crate is gated behind the `windows`
// feature flag.