{"id":27147357,"url":"https://github.com/splurf/bf2s","last_synced_at":"2025-04-11T03:49:27.096Z","repository":{"id":286061724,"uuid":"960249591","full_name":"splurf/bf2s","owner":"splurf","description":"brainfuck to string","archived":false,"fork":false,"pushed_at":"2025-04-04T05:36:59.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T05:47:08.498Z","etag":null,"topics":["brainfuck","rust"],"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/splurf.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,"publiccode":null,"codemeta":null}},"created_at":"2025-04-04T05:36:57.000Z","updated_at":"2025-04-04T05:37:54.000Z","dependencies_parsed_at":"2025-04-04T05:47:11.368Z","dependency_job_id":null,"html_url":"https://github.com/splurf/bf2s","commit_stats":null,"previous_names":["splurf/bf2s"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splurf%2Fbf2s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splurf%2Fbf2s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splurf%2Fbf2s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splurf%2Fbf2s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/splurf","download_url":"https://codeload.github.com/splurf/bf2s/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247831807,"owners_count":21003470,"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":["brainfuck","rust"],"created_at":"2025-04-08T11:25:52.495Z","updated_at":"2025-04-08T11:25:52.919Z","avatar_url":"https://github.com/splurf.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bf2s (Brainfuck-to-string)\n\n## Usage\n```rust\nfn main() {\n    let code = \"\n        -[-------\u003e+\u003c]\u003e-.-[-\u003e+++++\u003c]\u003e\n        ++.+++++++..+++.[-\u003e+++++\u003c]\u003e+\n        .------------.---[-\u003e+++\u003c]\u003e.-\n        [---\u003e+\u003c]\u003e---.+++.------.----\n        ----.-[---\u003e+\u003c]\u003e.\n    \";\n    let s = bf2s::bf_to_str(code);\n    assert_eq!(s, \"Hello, World!\")\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplurf%2Fbf2s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsplurf%2Fbf2s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplurf%2Fbf2s/lists"}