{"id":22751632,"url":"https://github.com/bbigras/rs-autoit","last_synced_at":"2025-04-14T13:57:24.952Z","repository":{"id":37617466,"uuid":"76703563","full_name":"bbigras/rs-autoit","owner":"bbigras","description":"Rust binding for autoit","archived":false,"fork":false,"pushed_at":"2023-04-10T23:58:19.000Z","size":20,"stargazers_count":6,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T03:04:04.015Z","etag":null,"topics":["autoit","rust","rust-bindings","rust-library"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bbigras.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-12-17T04:25:51.000Z","updated_at":"2024-01-10T15:04:59.000Z","dependencies_parsed_at":"2023-07-14T09:02:56.298Z","dependency_job_id":null,"html_url":"https://github.com/bbigras/rs-autoit","commit_stats":null,"previous_names":["brunoqc/rs-autoit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbigras%2Frs-autoit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbigras%2Frs-autoit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbigras%2Frs-autoit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbigras%2Frs-autoit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbigras","download_url":"https://codeload.github.com/bbigras/rs-autoit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248893894,"owners_count":21179113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autoit","rust","rust-bindings","rust-library"],"created_at":"2024-12-11T05:06:31.905Z","updated_at":"2025-04-14T13:57:24.927Z","avatar_url":"https://github.com/bbigras.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![autoit crate](https://img.shields.io/crates/v/autoit.svg)](https://crates.io/crates/autoit) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/bbigras/rs-autoit.svg)](http://isitmaintained.com/project/bbigras/rs-autoit \"Average time to resolve an issue\")\n[![Percentage of issues still open](http://isitmaintained.com/badge/open/bbigras/rs-autoit.svg)](http://isitmaintained.com/project/bbigras/rs-autoit \"Percentage of issues still open\")\n[![Dependabot Status](https://api.dependabot.com/badges/status?host=github\u0026repo=bbigras/rs-autoit)](https://dependabot.com)\n\n# autoit\n\nRust binding for [AutoItX](https://www.autoitscript.com/site/autoit/)\n\n**(Work in progress):** If you need any function just open an issue or a PR.\n\n## Examples\n```rust\nuse autoit::{init, mouse_move, mouse_get_pos};\n\ninit();\n\nmouse_move(0, 0, Some(0));\nassert_eq!(mouse_get_pos(), (0, 0));\n\nmouse_move(50, 50, Some(0));\nassert_eq!(mouse_get_pos(), (50, 50));\n```\n\n## Build\n\nOnly tested with nightly-x86_64-pc-windows-msvc. Not sure if it will work with gnu (mingw).\n\nTo build and run I have to set INCLUDE, LIB, LIBCLANG_PATH and PATH in a \"VS2015 x64 Native Tools Command Prompt\":\n\n```batch\nset INCLUDE=%INCLUDE%;c:\\AutoItX;C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.10150.0\\ucrt\n\nset LIB=%LIB%;C:\\Program Files (x86)\\Windows Kits\\10\\Lib\\10.0.10150.0\\ucrt\\x64;C:\\AutoItX\n\nset PATH=%PATH%;c:\\AutoItX\n\nset LIBCLANG_PATH=D:\\LLVM\\bin\n```\n\nLicense: Unlicense/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbigras%2Frs-autoit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbigras%2Frs-autoit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbigras%2Frs-autoit/lists"}