Closed matil019 closed 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.
System.LibFuse3.Utils
fuseRead
fuseWrite
unix
I find it is useful to have them in
System.LibFuse3.Utils
module because to implementfuseRead
/fuseWrite
one needs to read from / write to files with some offsets, but there are no counterparts in theunix
package.