I am looking for something similar to the npm:diskusage package. It's based on GYP but a FFI port might not be that hard to do for someone more experienced with Deno. Is there anything in Deno land that does not rely on forking a child process (df and the like)?
I am looking for something similar to the
npm:diskusage
package. It's based on GYP but a FFI port might not be that hard to do for someone more experienced with Deno. Is there anything in Deno land that does not rely on forking a child process (df
and the like)?