Rust native bindings for libsignal primitives exposed via N-API.
Usage
- Build locally:
npm run build-native(requires Rust toolchain and cargo)
$ npm run build-nativeif you want to override Baileys libsignal
you can easily add following to your package.json:
"overrides": {
"libsignal": "github:pluvism/libsignal-rs"
}and then reinstall the node_modules