{"id":15506178,"url":"https://github.com/sooniter/picocolors_rs","last_synced_at":"2025-04-23T01:55:37.279Z","repository":{"id":65547415,"uuid":"591667333","full_name":"SoonIter/picocolors_rs","owner":"SoonIter","description":"The Rust port of the tiniest and the fastest library for terminal output formatting with ANSI colors.","archived":false,"fork":false,"pushed_at":"2024-03-04T14:15:29.000Z","size":29,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T01:55:31.049Z","etag":null,"topics":["ansi","cli","picocolors","rust","terminal"],"latest_commit_sha":null,"homepage":"","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/SoonIter.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}},"created_at":"2023-01-21T13:29:40.000Z","updated_at":"2024-03-04T14:39:28.000Z","dependencies_parsed_at":"2024-03-04T16:09:09.444Z","dependency_job_id":null,"html_url":"https://github.com/SoonIter/picocolors_rs","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"7dc6e2fa70e077f0fd1a3542e42761097e79c237"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoonIter%2Fpicocolors_rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoonIter%2Fpicocolors_rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoonIter%2Fpicocolors_rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoonIter%2Fpicocolors_rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoonIter","download_url":"https://codeload.github.com/SoonIter/picocolors_rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250354301,"owners_count":21416751,"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":["ansi","cli","picocolors","rust","terminal"],"created_at":"2024-10-02T09:26:09.938Z","updated_at":"2025-04-23T01:55:37.257Z","avatar_url":"https://github.com/SoonIter.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# picocolors\n\nrust port of [picocolors](https://github.com/alexeyraspopov/picocolors)\n\n[![crates-io](https://badgen.net/crates/v/picocolors_rs)](https://crates.io/crates/picocolors)\n\n```rust\nuse picocolors::{bg_black, bold, formatter};\nfn main() {\n  println!(\"hello {}\", bold(bg_black(\"world\")));\n\n  let custom_blue = formatter(\"\\x1b[34m\", \"\\x1b[39m\");\n  println!(\"hello {}\", custom_blue(\"world\"));\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsooniter%2Fpicocolors_rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsooniter%2Fpicocolors_rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsooniter%2Fpicocolors_rs/lists"}