{"id":15678871,"url":"https://github.com/zkat/supports-unicode","last_synced_at":"2025-04-15T21:23:17.158Z","repository":{"id":45562514,"uuid":"405320862","full_name":"zkat/supports-unicode","owner":"zkat","description":"Detects whether a terminal supports unicode.","archived":false,"fork":false,"pushed_at":"2024-02-04T03:00:40.000Z","size":33,"stargazers_count":13,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-28T07:41:44.490Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zkat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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":["zkat"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-09-11T08:06:31.000Z","updated_at":"2024-12-30T22:26:20.000Z","dependencies_parsed_at":"2024-02-04T03:39:20.390Z","dependency_job_id":null,"html_url":"https://github.com/zkat/supports-unicode","commit_stats":{"total_commits":16,"total_committers":3,"mean_commits":5.333333333333333,"dds":0.125,"last_synced_commit":"59d347395798939688e4941b30782667a0558f08"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkat%2Fsupports-unicode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkat%2Fsupports-unicode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkat%2Fsupports-unicode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkat%2Fsupports-unicode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zkat","download_url":"https://codeload.github.com/zkat/supports-unicode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249155101,"owners_count":21221538,"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-10-03T16:25:14.922Z","updated_at":"2025-04-15T21:23:17.128Z","avatar_url":"https://github.com/zkat.png","language":"Rust","funding_links":["https://github.com/sponsors/zkat"],"categories":[],"sub_categories":[],"readme":"Detects whether a terminal supports unicode.\n\nThis crate is a Rust port mashing together\n[@sindresorhus](https://github.com/sindresorhus)'\n[`is-unicode-supported`](https://npm.im/is-unicode-supported) and\n[@iarna](https://github.com/iarna)'s\n[`has-unicode`](https://npm.im/has-unicode) NPM packages.\n\n## Example\n\n```rust\nuse supports_unicode::Stream;\n\nif supports_unicode::on(Stream::Stdout) {\n    println!(\"stdout supports unicode output\");\n} else {\n    println!(\"no unicode, please\");\n}\n```\n\n## MSRV\n\nThis crate requires rustc 1.70.0 or later.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkat%2Fsupports-unicode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzkat%2Fsupports-unicode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkat%2Fsupports-unicode/lists"}