{"id":21945232,"url":"https://github.com/ardaku/lookit","last_synced_at":"2025-04-22T21:15:10.689Z","repository":{"id":57634984,"uuid":"400970625","full_name":"ardaku/lookit","owner":"ardaku","description":"Rust crate to asynchronously get device connection events.","archived":false,"fork":false,"pushed_at":"2023-06-19T23:15:23.000Z","size":39,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"stable","last_synced_at":"2025-04-22T21:14:56.807Z","etag":null,"topics":["async","asyncio","hardware-libraries","rust","rust-crate","rust-lang","rust-library"],"latest_commit_sha":null,"homepage":"https://docs.rs/crate/lookit","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ardaku.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE_APACHE_2_0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-29T06:41:30.000Z","updated_at":"2023-01-30T16:28:15.000Z","dependencies_parsed_at":"2023-02-01T01:16:25.298Z","dependency_job_id":null,"html_url":"https://github.com/ardaku/lookit","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardaku%2Flookit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardaku%2Flookit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardaku%2Flookit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardaku%2Flookit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ardaku","download_url":"https://codeload.github.com/ardaku/lookit/tar.gz/refs/heads/stable","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250324709,"owners_count":21411946,"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":["async","asyncio","hardware-libraries","rust","rust-crate","rust-lang","rust-library"],"created_at":"2024-11-29T04:18:02.605Z","updated_at":"2025-04-22T21:15:10.670Z","avatar_url":"https://github.com/ardaku.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lookit!\n\n#### [Changelog] | [Source] | [Getting Started]\n\n[![tests](https://github.com/ardaku/lookit/actions/workflows/ci.yml/badge.svg)](https://github.com/ardaku/lookit/actions/workflows/ci.yml)\n[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/ardaku/lookit)](https://github.com/ardaku/lookit/)\n[![GitHub contributors](https://img.shields.io/github/contributors/ardaku/lookit)](https://github.com/ardaku/lookit/graphs/contributors)  \n[![Crates.io](https://img.shields.io/crates/v/lookit)](https://crates.io/crates/lookit)\n[![Crates.io](https://img.shields.io/crates/d/lookit)](https://crates.io/crates/lookit)\n[![Crates.io (recent)](https://img.shields.io/crates/dr/lookit)](https://crates.io/crates/lookit)  \n[![Crates.io](https://img.shields.io/crates/l/lookit)](https://github.com/ardaku/lookit/search?l=Text\u0026q=license)\n[![Docs.rs](https://docs.rs/lookit/badge.svg)](https://docs.rs/lookit)\n\nRust library for asynchronously connecting to devices\n\n## Currently Supports\n - Linux (via inotify)\n \n## Planned Support\n - Web / Wasm (via JS promises)\n - MacOS / iOS\n - Windows\n - Redox\n - Quantii / Daku\n - Android\n - ...and more!\n\n## License\nCopyright © 2021-2023 The Lookit Crate Developer(s)\n\nLicensed under any of\n - Apache License, Version 2.0, ([LICENSE_APACHE_2_0.txt] or\n   [https://www.apache.org/licenses/LICENSE-2.0])\n - Boost Software License, Version 1.0, ([LICENSE_BOOST_1_0.txt] or\n   [https://www.boost.org/LICENSE_1_0.txt])\n - MIT License, ([LICENSE_MIT.txt] or [https://mit-license.org])\n\nat your option.  The files within this project may not be copied, modified, or\ndistributed except according to those terms. \n\n### Contribution\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\nlicensed as described above, without any additional terms or conditions.\n\n## Help\nIf you want help using or contributing to the development of this library,\nor have any questions feel free to send me an email at [aldaronlau@gmail.com].\nThe goal is for anyone to be able to get involved, so don't be afraid to reach\nout!\n\n[Changelog]: https://github.com/ardaku/lookit/blob/stable/CHANGELOG.md\n[Source]: https://github.com/ardaku/lookit/\n[Getting Started]: https://docs.rs/lookit#getting-started\n[LICENSE_APACHE_2_0.txt]: https://github.com/ardaku/lookit/blob/stable/LICENSE_APACHE_2_0.txt\n[https://www.apache.org/licenses/LICENSE-2.0]: https://www.apache.org/licenses/LICENSE-2.0\n[LICENSE_BOOST_1_0.txt]: https://github.com/ardaku/lookit/blob/stable/LICENSE_BOOST_1_0.txt\n[https://www.boost.org/LICENSE_1_0.txt]: https://www.boost.org/LICENSE_1_0.txt\n[LICENSE_MIT.txt]: https://github.com/ardaku/lookit/blob/stable/LICENSE_MIT.txt\n[https://mit-license.org]: https://mit-license.org\n[aldaronlau@gmail.com]: mailto:aldaronlau@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fardaku%2Flookit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fardaku%2Flookit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fardaku%2Flookit/lists"}