rudimentary ioHook replacement written in rust
npm install @tcardlab/rshookTHIS IS NOT THE MAIN README, THIS IS JUST THE NAPI-RS BRANCH
see main branch README here
js
const { rsHook } = require('@tcardlab/rshook')
const callback = (error, ...event) => console.log(event)
rsHook(callback)
``