{"id":19904158,"url":"https://github.com/bertptrs/beul","last_synced_at":"2025-05-03T00:31:32.256Z","repository":{"id":58402256,"uuid":"531653600","full_name":"bertptrs/beul","owner":"bertptrs","description":"It executes futures","archived":false,"fork":false,"pushed_at":"2023-04-17T06:39:23.000Z","size":15,"stargazers_count":58,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T09:03:35.775Z","etag":null,"topics":["async","executor","futures","rust"],"latest_commit_sha":null,"homepage":"https://docs.rs/beul/latest/beul/","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/bertptrs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2022-09-01T19:11:10.000Z","updated_at":"2025-03-28T02:30:51.000Z","dependencies_parsed_at":"2024-11-12T20:39:36.135Z","dependency_job_id":null,"html_url":"https://github.com/bertptrs/beul","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"69cce123bfb4af178e8dc1c8cc821d2fe3dee120"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertptrs%2Fbeul","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertptrs%2Fbeul/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertptrs%2Fbeul/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertptrs%2Fbeul/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bertptrs","download_url":"https://codeload.github.com/bertptrs/beul/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252126537,"owners_count":21698963,"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","executor","futures","rust"],"created_at":"2024-11-12T20:27:09.531Z","updated_at":"2025-05-03T00:31:31.258Z","avatar_url":"https://github.com/bertptrs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Beul\n\nBeul is a minimalistic futures executor. No dependencies, no unsafe rust. It simply executes\nfutures.\n\n\"Beul\" is Dutch for executioner. It's a pun.\n\n## Usage\n\nSimply call `execute` with your future:\n\n```rust\nbeul::execute(async {});\n```\n\n### Backwards compatibility\n\nThis crate requires at least Rust 1.68, due to its reliance on [std::pin::pin!]. Increases in this\nversion will be considered breaking changes and will be avoided if possible. The minimum supported\nRust version will only be bumped in major or minor versions. This crate follows semantic versioning.\n\n### Limitations\n\nBeul is a single-threaded executor and will not provide anything but execution. Futures that depend\non runtime features, as present for example in [Tokio], will not work.\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0 ([LICENSE-APACHE](./LICENSE-APACHE) or\n   http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the\nwork by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any\nadditional terms or conditions.\n\n[Tokio]: https://tokio.rs/\n[std::pin::pin!]: https://doc.rust-lang.org/std/pin/macro.pin.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertptrs%2Fbeul","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbertptrs%2Fbeul","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertptrs%2Fbeul/lists"}