{"id":33939064,"url":"https://github.com/zyansheep/rustyline-async","last_synced_at":"2026-04-07T04:31:44.438Z","repository":{"id":37802410,"uuid":"472985253","full_name":"zyansheep/rustyline-async","owner":"zyansheep","description":"Rustyline, but with async support","archived":false,"fork":false,"pushed_at":"2026-02-22T23:02:41.000Z","size":181,"stargazers_count":50,"open_issues_count":6,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-23T03:49:23.352Z","etag":null,"topics":["async","crossterm","readline","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zyansheep.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-23T00:39:14.000Z","updated_at":"2026-02-22T22:59:51.000Z","dependencies_parsed_at":"2023-12-04T03:24:46.992Z","dependency_job_id":"1f20eebd-bdee-4ffd-a148-0eaea8ee958c","html_url":"https://github.com/zyansheep/rustyline-async","commit_stats":{"total_commits":70,"total_committers":3,"mean_commits":"23.333333333333332","dds":"0.18571428571428572","last_synced_commit":"2f202da4a77469d6ad276b708168e66553a3e010"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/zyansheep/rustyline-async","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyansheep%2Frustyline-async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyansheep%2Frustyline-async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyansheep%2Frustyline-async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyansheep%2Frustyline-async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zyansheep","download_url":"https://codeload.github.com/zyansheep/rustyline-async/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyansheep%2Frustyline-async/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31500397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","crossterm","readline","rust"],"created_at":"2025-12-12T15:12:08.471Z","updated_at":"2026-04-07T04:31:44.429Z","avatar_url":"https://github.com/zyansheep.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RustyLine Async\n[![Docs](https://docs.rs/rustyline-async/badge.svg)](https://docs.rs/rustyline-async)\n[![](https://img.shields.io/crates/v/rustyline-async.svg)](https://crates.io/crates/rustyline-async)\n![](https://tokei.rs/b1/github/zyansheep/rustyline-async?category=code)\n\nA minimal readline with multiline and async support.\n\nInspired by [`rustyline`](https://crates.io/crates/rustyline),\n[`async-readline`](https://crates.io/crates/async-readline), \u0026\n`termion-async-input`. Built using\n[`crossterm`](https://crates.io/crates/crossterm).\n\n## Features\n\n * Works on all platforms supported by `crossterm`.\n * Full Unicode Support (Including Grapheme Clusters)\n * Multiline Editing\n * History + Saving/Loading APIs\n * Ctrl-C, Ctrl-D are returned as `Ok(Interrupt)` and `Ok(Eof)` `ReadlineEvent`s.\n * Ctrl-U to clear line before cursor\n * Ctrl-left \u0026 right to move to next or previous whitespace\n * Home/Ctrl-A and End/Ctrl-E to jump to the start and end of the input (Ctrl-A \u0026 Ctrl-E can be toggled off by disabling the \"emacs\" feature)\n * Ctrl-L clear screen\n * Ctrl-W delete until previous space\n * Extensible design based on `crossterm`'s `event-stream` feature\n\nFeel free to PR to add more features!\n\n## Example:\n```\ncargo run --example readline\n```\n\n![rustyline-async](https://i.imgur.com/Ei2bzgu.gif)\n\n## License\nThis software is licensed under The Unlicense license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyansheep%2Frustyline-async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzyansheep%2Frustyline-async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyansheep%2Frustyline-async/lists"}