{"id":25980572,"url":"https://github.com/lainq/fen-rs","last_synced_at":"2026-04-24T05:31:20.178Z","repository":{"id":184490625,"uuid":"670597910","full_name":"lainq/fen-rs","owner":"lainq","description":"A simple and goofy library used to convert(and verify?) Forsyth-Edwards Notation in chess to board and vice-versa","archived":false,"fork":false,"pushed_at":"2023-11-03T19:14:31.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-05T07:43:16.875Z","etag":null,"topics":["c","chess","fen","forsyth-edwards-notation"],"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/lainq.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}},"created_at":"2023-07-25T12:08:34.000Z","updated_at":"2024-02-13T05:35:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"da535557-497e-47d7-9d5b-625ba4abd9db","html_url":"https://github.com/lainq/fen-rs","commit_stats":null,"previous_names":["lainq/fenc","lainq/fen-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lainq/fen-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lainq%2Ffen-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lainq%2Ffen-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lainq%2Ffen-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lainq%2Ffen-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lainq","download_url":"https://codeload.github.com/lainq/fen-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lainq%2Ffen-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32210803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T03:15:14.334Z","status":"ssl_error","status_checked_at":"2026-04-24T03:15:11.608Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["c","chess","fen","forsyth-edwards-notation"],"created_at":"2025-03-05T07:37:20.823Z","updated_at":"2026-04-24T05:31:20.164Z","avatar_url":"https://github.com/lainq.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fenrs\n\nA simple library used to parse Forsyth-Edwards Notation in chess.\n\n```rs\nuse fenrs::Fen;\n\nfn main() {\n  let notation = \"rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1\";\n  let fen_obj = Fen::parse(\u0026notation);\n  let back_to_notation = fen_obj.to_string();\n}\n```\n\n\n## Documentation\n\nThe library only exposes a handful of structs and functions.\nThe usage is documented below\n\n```rs\nimpl Fen {\n  // ...\n  fn parse\u003cT: AsRef\u003cstr\u003e\u003e(notation: T) -\u003e Result\u003cFen, FenParsingError\u003e;\n}\n\nimpl ToString for Fen {\n  fn to_string(\u0026self) -\u003e String;\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flainq%2Ffen-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flainq%2Ffen-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flainq%2Ffen-rs/lists"}