{"id":33939618,"url":"https://github.com/hack-ink/unescaper","last_synced_at":"2026-03-11T19:32:00.014Z","repository":{"id":55155493,"uuid":"519134401","full_name":"hack-ink/unescaper","owner":"hack-ink","description":"Unescape strings with escape sequences written out as literal characters.","archived":false,"fork":false,"pushed_at":"2025-12-10T09:41:49.000Z","size":84,"stargazers_count":26,"open_issues_count":3,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-14T03:47:45.297Z","etag":null,"topics":["escape","string","unescape"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/unescaper","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hack-ink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-GPL3","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-29T08:11:35.000Z","updated_at":"2025-12-10T09:41:43.000Z","dependencies_parsed_at":"2024-01-02T09:23:40.727Z","dependency_job_id":"be6130ce-cca2-4817-86f6-1aa51ad0747b","html_url":"https://github.com/hack-ink/unescaper","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":"0.30000000000000004","last_synced_commit":"ba56bd11445ed8fee62e089d7b462a5252d63fa4"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/hack-ink/unescaper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack-ink%2Funescaper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack-ink%2Funescaper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack-ink%2Funescaper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack-ink%2Funescaper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hack-ink","download_url":"https://codeload.github.com/hack-ink/unescaper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack-ink%2Funescaper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30395598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T18:46:22.935Z","status":"ssl_error","status_checked_at":"2026-03-11T18:46:17.045Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["escape","string","unescape"],"created_at":"2025-12-12T15:41:38.677Z","updated_at":"2026-03-11T19:31:59.998Z","avatar_url":"https://github.com/hack-ink.png","language":"Rust","readme":"\u003cdiv align=\"center\"\u003e\n\n# Unescaper\n### Unescape strings with escape sequences written out as literal characters.\n\n[![License GPLv3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![Checks](https://github.com/hack-ink/unescaper/actions/workflows/checks.yml/badge.svg?branch=main)](https://github.com/hack-ink/unescaper/actions/workflows/checks.yml)\n[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/hack-ink/unescaper)](https://github.com/hack-ink/unescaper/tags)\n[![GitHub code lines](https://tokei.rs/b1/github/hack-ink/unescaper)](https://github.com/hack-ink/unescaper)\n[![GitHub last commit](https://img.shields.io/github/last-commit/hack-ink/unescaper?color=red\u0026style=plastic)](https://github.com/hack-ink/unescaper)\n\n\u003c/div\u003e\n\n## Usage\n[More Examples](src/test.rs)\n```rust\nfn main() {\n\tassert_eq!(unescaper::unescape(r\"\\u000a\").unwrap(), \"\\n\");\n\tassert_eq!(unescaper::unescape(r\"\\u{a}\").unwrap(), \"\\n\");\n\tassert_eq!(unescaper::unescape(r\"\\x0a\").unwrap(), \"\\n\");\n\tassert_eq!(unescaper::unescape(r\"\\12\").unwrap(), \"\\n\");\n}\n```\n\n## Thanks\nThe idea comes from [unescape-rs](https://github.com/saghm/unescape-rs).\u003cbr\u003e\nThe last commit of that repository was seven years ago.\u003cbr\u003e\nSo, I think it is no longer maintained.\u003cbr\u003e\nThat's why I created this repository, and I have made some improvements.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhack-ink%2Funescaper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhack-ink%2Funescaper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhack-ink%2Funescaper/lists"}