{"id":15230098,"url":"https://github.com/eatgrass/mdict-parser","last_synced_at":"2025-09-16T12:49:06.656Z","repository":{"id":65842121,"uuid":"600454181","full_name":"eatgrass/mdict-parser","owner":"eatgrass","description":".mdx dictionary parser","archived":false,"fork":false,"pushed_at":"2024-04-11T14:28:29.000Z","size":24788,"stargazers_count":18,"open_issues_count":3,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-23T19:06:10.957Z","etag":null,"topics":["dictionary","parser","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/mdict-parser","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eatgrass.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-02-11T14:49:00.000Z","updated_at":"2024-12-10T14:29:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8fe4fd4-ad34-4373-a6ac-589a7ac5bd3a","html_url":"https://github.com/eatgrass/mdict-parser","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"82f1dc83b011792de9ce2faf8085895de5e91b5a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eatgrass/mdict-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eatgrass%2Fmdict-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eatgrass%2Fmdict-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eatgrass%2Fmdict-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eatgrass%2Fmdict-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eatgrass","download_url":"https://codeload.github.com/eatgrass/mdict-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eatgrass%2Fmdict-parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266796884,"owners_count":23985491,"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-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["dictionary","parser","rust"],"created_at":"2024-09-29T02:05:30.312Z","updated_at":"2025-09-16T12:49:01.590Z","avatar_url":"https://github.com/eatgrass.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mdict-parser\n\nA Rust project for parsing mdict dictionaries.\n\n## Introduction\n\nmdict-parser is a tool for parsing mdict dictionaries, a commonly used file format for dictionaries. The resulting output is in a format that can be easily used for other purposes, such as building a dictionary or integrating with other applications.\n\n## Features\n\nParses mdict dictionary `.mdx` files into a structured format\nSupports multi-value entries\nWritten in Rust for performance and safety\n\n## Usage\n\nAdd the following to your Cargo.toml file:\n\n```toml\n[dependencies]\nmdict-parser = \"0.1.0\"\n```\n\nAdd the following to your Cargo.toml file:\n\n\n```rust\nuse mdict_parser::{parser, mdict::Record};\n\nfn main() {\n    let input = include_bytes!(\"../dictionary.mdx\");\n    let dict = parser::parse(input);\n\n    // iter dictionary entries\n    for key in dict.keys() {\n      println!(\"{:?}\", key);\n    }\n\n    // iter all dictionary records\n    for item in dict.items() {\n      println!(\"{:?}\", item);\n    }\n}\n```\n## Unimplemented Features\n\n* `.mdd` file format support\n* mdict v3 format support\n* Encrypted dictionary file support\n\n## License\n\nmdict-parser is licensed under the MIT License.\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Featgrass%2Fmdict-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Featgrass%2Fmdict-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Featgrass%2Fmdict-parser/lists"}