rust-inventory-processor-native
v0.1.0
Published
Native Node.js addon for inventory history processor (napi-rs)
Readme
rust-inventory-processor-native
Native Node.js addon for rust-inventory-processor. Uses napi-rs for near-native performance.
Install
npm install rust-inventory-processor-nativeUsage
import { processInventoryHistory } from 'rust-inventory-processor-native'
const resultJson = processInventoryHistory(inputJson)
const result = JSON.parse(resultJson)Supported platforms
Prebuilt binaries: darwin-arm64 (Apple Silicon). Other platforms require building from source.
License
MIT
