{"id":19299185,"url":"https://github.com/bmatcuk/libuv-rs","last_synced_at":"2025-04-06T13:11:45.222Z","repository":{"id":39333919,"uuid":"236327162","full_name":"bmatcuk/libuv-rs","owner":"bmatcuk","description":"A safe rust wrapper for libuv","archived":false,"fork":false,"pushed_at":"2025-01-17T00:13:53.000Z","size":315,"stargazers_count":40,"open_issues_count":5,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T12:08:33.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bmatcuk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-26T14:55:42.000Z","updated_at":"2025-01-17T07:39:08.000Z","dependencies_parsed_at":"2024-12-31T10:09:55.836Z","dependency_job_id":"c129d993-01ca-41de-af6f-a9d4578c99cf","html_url":"https://github.com/bmatcuk/libuv-rs","commit_stats":{"total_commits":109,"total_committers":1,"mean_commits":109.0,"dds":0.0,"last_synced_commit":"df60c99d9a24d0f51b457369d4dfb3f583732a98"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmatcuk%2Flibuv-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmatcuk%2Flibuv-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmatcuk%2Flibuv-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmatcuk%2Flibuv-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmatcuk","download_url":"https://codeload.github.com/bmatcuk/libuv-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485290,"owners_count":20946398,"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":[],"created_at":"2024-11-09T23:10:27.464Z","updated_at":"2025-04-06T13:11:45.206Z","avatar_url":"https://github.com/bmatcuk.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://github.com/bmatcuk/libuv-rs/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/bmatcuk/libuv-rs/actions)\n[![Latest Release](https://img.shields.io/crates/v/libuv)](https://crates.io/crates/libuv)\n[![Documentation](https://docs.rs/libuv/badge.svg)](https://docs.rs/libuv)\n\n# libuv-rs\nA safe rust wrapper for [libuv].\n\n## Getting Started\nInclude [libuv-rs] as a dependency in your Cargo.toml:\n\n```toml\n[dependencies]\nlibuv = \"~1.0.0\"\n```\n\n[libuv-rs] uses semantic versioning.\n\nAs of v2.0.1, libuv-rs supports the `skip-pkg-config` feature. This is passed\nto [libuv-sys2] to skip searching for a local install of [libuv] via pkg-config\nand, instead, causes [libuv-sys2] to build [libuv] from source.\n\nYou'll want to make sure to familiarize yourself with [libuv] by reading\n[libuv's documentation]. You can then familiarize yourself with [libuv-rs] by\nreading the [examples] and [documentation].\n\n## Unimplemented\n[libuv-rs] strives to implement wrappers for all [libuv] functionality.\nHowever, some functionality was purposefully excluded as rust provides\nimplementations of its own. That is: threads and synchronization (mutexes,\nlocks, semaphores, conditional variables, barriers, etc).\n\nIf your rust project would benefit from [libuv]'s threading or synchronization\nprimitives, please file an Issue on github and I'll implement wrappers for it!\n\n## Cross-Platform Considerations\n[libuv-rs] depends on [libuv-sys2], which depends on [bindgen]. On Windows,\n[bindgen] requires rust's msvc toolchain.\n\n[bindgen]: https://rust-lang.github.io/rust-bindgen/\n[documentation]: https://docs.rs/libuv\n[examples]: https://github.com/bmatcuk/libuv-rs/tree/master/examples\n[libuv's documentation]: http://docs.libuv.org\n[libuv-rs]: https://github.com/bmatcuk/libuv-rs/\n[libuv-sys2]: https://github.com/bmatcuk/libuv-sys/\n[libuv]: https://libuv.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmatcuk%2Flibuv-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmatcuk%2Flibuv-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmatcuk%2Flibuv-rs/lists"}