{"id":22616317,"url":"https://github.com/xpepermint/typout","last_synced_at":"2025-10-25T10:14:06.834Z","repository":{"id":57670934,"uuid":"257832589","full_name":"xpepermint/typout","owner":"xpepermint","description":"Typewriter output stream.","archived":false,"fork":false,"pushed_at":"2023-07-23T12:48:14.000Z","size":37,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T08:46:25.799Z","etag":null,"topics":["cargo","command-line","console","crate","memory","output","rust","stream","write"],"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/xpepermint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":["xpepermint"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-04-22T08:02:13.000Z","updated_at":"2024-06-13T02:29:04.000Z","dependencies_parsed_at":"2024-12-08T19:12:12.414Z","dependency_job_id":"bc613864-9e49-4ef9-8a77-f66604825161","html_url":"https://github.com/xpepermint/typout","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"404ec5e8ea56f91443a21d5360a6f41b66b34e8c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xpepermint/typout","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Ftypout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Ftypout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Ftypout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Ftypout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xpepermint","download_url":"https://codeload.github.com/xpepermint/typout/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Ftypout/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280938002,"owners_count":26416858,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cargo","command-line","console","crate","memory","output","rust","stream","write"],"created_at":"2024-12-08T19:12:07.735Z","updated_at":"2025-10-25T10:14:06.806Z","avatar_url":"https://github.com/xpepermint.png","language":"Rust","funding_links":["https://github.com/sponsors/xpepermint"],"categories":[],"sub_categories":[],"readme":"\u003e Command-line typewriter output stream.\n\nThis crate provides a wrapper around the stdout and allows for writing messages to the terminal output.\n\n## Usage\n\n```rs\nlet mut out = Typout::default();\n\n// write a simple message\nout.write(\"Hello\");\nout.write(\" World!\");\nout.flush(); // -\u003e Hello World!\n\n// pin/unpin a message to the end\nout.pin(\"ID1\", \"Please wait ...\");\nout.unpin(\"ID1\");\n\n// spin/unpin an animated message to the end\nout.spin(\"ID2\", \"Processing ...\");\nout.unpin(\"ID1\");\n```\n\nSee it in action by running `cargo run --example simulate`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpepermint%2Ftypout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxpepermint%2Ftypout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpepermint%2Ftypout/lists"}