Skip to content

docs: add a compiled AutoIt porting example - #5

Open
mgalore wants to merge 1 commit into
iagodpassos:mainfrom
mgalore:docs/port-from-autoit
Open

docs: add a compiled AutoIt porting example#5
mgalore wants to merge 1 commit into
iagodpassos:mainfrom
mgalore:docs/port-from-autoit

Conversation

@mgalore

@mgalore mgalore commented Aug 13, 2026

Copy link
Copy Markdown

Summary

  • add a safe port_from_autoit example that compares a representative AutoIt flow with its Rust equivalent
  • compile the Rust half to keep the API guidance current while the executable only prints
  • list the ninth example in the README

Closes #1

Verification

  • cargo test --workspace --features mock-loader
  • cargo run --example port_from_autoit
  • cargo clippy -p autoitx --example port_from_autoit --features mock-loader -- -D warnings
  • cargo fmt --all -- --check
  • ./scripts/check-readme-links.py
  • git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a port_from_autoit example (AutoIt script beside the Rust)

1 participant