kevincox added a comment.

  I'm not a windows expert but it seems like the rust OsStr, Path and 
filesystem APIs should handle these conversions for you. I think the only place 
where you would need to do os-specific code is when doing serialization and 
serialization which I think should be handled by 
https://doc.rust-lang.org/std/os/unix/ffi/trait.OsStringExt.html and 
https://doc.rust-lang.org/std/os/windows/ffi/trait.OsStringExt.html.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D2057

To: Ivzhh, #hg-reviewers, kevincox
Cc: quark, yuja, glandium, krbullock, indygreg, durin42, kevincox, 
mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to