ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
540 stars 66 forks source link

Add Eio.Path.native #603

Closed talex5 closed 1 year ago

talex5 commented 1 year ago

This is useful when interacting with non-Eio libraries, for spawning sub-processes, and for displaying paths to users.

Fixes #513.