{"id":15696274,"url":"https://github.com/mre/pygments-rs","last_synced_at":"2025-08-31T12:42:13.383Z","repository":{"id":140821988,"uuid":"49277821","full_name":"mre/pygments-rs","owner":"mre","description":"Rust bindings for pygments, a powerful syntax highlighter","archived":false,"fork":false,"pushed_at":"2016-01-09T15:17:23.000Z","size":5,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-07T19:00:31.744Z","etag":null,"topics":["pygments","pygments-rs","rust-bindings","syntax-highlighter"],"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/mre.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}},"created_at":"2016-01-08T14:54:07.000Z","updated_at":"2022-09-12T11:54:37.000Z","dependencies_parsed_at":"2023-03-17T11:56:28.485Z","dependency_job_id":null,"html_url":"https://github.com/mre/pygments-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mre/pygments-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mre%2Fpygments-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mre%2Fpygments-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mre%2Fpygments-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mre%2Fpygments-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mre","download_url":"https://codeload.github.com/mre/pygments-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mre%2Fpygments-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272982772,"owners_count":25025984,"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-31T02:00:09.071Z","response_time":79,"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":["pygments","pygments-rs","rust-bindings","syntax-highlighter"],"created_at":"2024-10-03T19:08:35.041Z","updated_at":"2025-08-31T12:42:13.338Z","avatar_url":"https://github.com/mre.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pygments-rs\n\nRust bindings for [Pygments](http://pygments.org/), a powerful syntax highlighter.\n\n### Requirements\n\n* Rust nightly\n* A Python Runtime (2.7 or 3.x)\n* [pygments 2.0](https://pypi.python.org/pypi/Pygments)\n\n### How to use\n\n```Rust\nextern crate pygments;\n\nuse pygments::highlight;\n\nfn main() {\n    // Format some code\n    let result = pygments::highlight(\"print [123, 456, None]\");\n    println!(\"{}\", result);\n}\n```\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmre%2Fpygments-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmre%2Fpygments-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmre%2Fpygments-rs/lists"}