matil019 / haskell-libfuse3

A Haskell binding for libfuse-3.x
https://hackage.haskell.org/package/libfuse3
MIT License
5 stars 1 forks source link

Add bindings to pread and pwrite #8

Closed matil019 closed 4 years ago

matil019 commented 4 years ago

I find it is useful to have them in System.LibFuse3.Utils module because to implement fuseRead / fuseWrite one needs to read from / write to files with some offsets, but there are no counterparts in the unix package.