faster_path
faster_path copied to clipboard
Update FasterPath code for Windows compatibility
Tracking Issue
- [ ] #140 Verify & add tests for windows from source
It may be more efficient to use Conditional Compilation
#[cfg(all(windows))]
#[cfg(all(not(windows)))]