{"id":15973379,"url":"https://github.com/xpepermint/tbltyp","last_synced_at":"2025-10-24T00:03:56.397Z","repository":{"id":57669321,"uuid":"255545166","full_name":"xpepermint/tbltyp","owner":"xpepermint","description":"Table string typewriter.","archived":false,"fork":false,"pushed_at":"2020-04-23T11:24:22.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-13T10:09:19.685Z","etag":null,"topics":["ansi","cargo","column","command-line","crate","row","rust","table"],"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/xpepermint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-14T07:53:00.000Z","updated_at":"2020-04-23T11:24:24.000Z","dependencies_parsed_at":"2022-08-27T03:40:16.034Z","dependency_job_id":null,"html_url":"https://github.com/xpepermint/tbltyp","commit_stats":null,"previous_names":["xpepermint/rawcmd_table"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xpepermint/tbltyp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Ftbltyp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Ftbltyp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Ftbltyp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Ftbltyp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xpepermint","download_url":"https://codeload.github.com/xpepermint/tbltyp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Ftbltyp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271594379,"owners_count":24786707,"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-08-22T02:00:08.480Z","response_time":65,"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":["ansi","cargo","column","command-line","crate","row","rust","table"],"created_at":"2024-10-07T21:04:40.945Z","updated_at":"2025-10-24T00:03:51.330Z","avatar_url":"https://github.com/xpepermint.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e Table string typewriter.\n\nThis library is for creating formatted string tables. It honors ANSI and\nUnicode characters thus you can safely use colors and other ANSI styles in\ncolumns. This typewriter is primarily meant for command-line purposes but you\ncan use it for general string manipulation as well.\n\n## Example\n\n```rs\nlet column = Column::new()\n    .set_width(20)\n    .set_text(\"Hello world!\")\n    .set_text_pad('+');\nlet row = Row::new()\n    .add_column(column)\n    .to_string();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpepermint%2Ftbltyp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxpepermint%2Ftbltyp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpepermint%2Ftbltyp/lists"}