win-auto-native
v0.1.6
Published
Native addon skeleton for win-auto (Rust + napi-rs).
Readme
win-auto-native
Native Rust backend for the win-auto automation framework.
This package contains the platform-specific native addon compiled with napi-rs.
It exposes the low-level automation engine used by the TypeScript wrapper in win-auto-core.
Purpose
- Provide direct Windows automation capabilities
- Build a
.nodebinary for the current platform - Keep native code separated from TypeScript API code
Installation
This package is not normally installed directly by end users.
The TypeScript package (win-auto-core) should load the native addon automatically when available.
If published separately, install with:
npm install win-auto-nativeBuild
Requires Rust toolchain and napi-rs CLI.
npm install
npm run buildFiles
index.js- JavaScript loader entry point*.node- compiled native addon binaryREADME.md- package documentationLICENSE- license file
Usage
The native package is usually consumed indirectly through win-auto-core.
The TypeScript wrapper loads the native addon at runtime to perform real Windows automation.
License
MIT
