{"id":30188715,"url":"https://github.com/zennolux/explainer","last_synced_at":"2025-08-12T17:47:23.163Z","repository":{"id":309107654,"uuid":"1031499629","full_name":"zennolux/explainer","owner":"zennolux","description":"Explain a given word, including its pronunciation, meanings, and sample sentences.","archived":false,"fork":false,"pushed_at":"2025-08-09T22:00:12.000Z","size":71,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-09T23:02:38.538Z","etag":null,"topics":["chinese-dictionary","chinese-translation","dictionary","english-dictionary","english-learning","english-to-chinese","englishwords","free-dictionary","free-dictionary-api","translation","translator","translator-api","translator-tool","vocabulary-learning","vocabulary-practice"],"latest_commit_sha":null,"homepage":"","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/zennolux.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,"zenodo":null}},"created_at":"2025-08-03T21:44:48.000Z","updated_at":"2025-08-09T22:02:03.000Z","dependencies_parsed_at":"2025-08-09T23:02:44.493Z","dependency_job_id":"4b8a0054-7375-438b-9785-c0f8c80261ed","html_url":"https://github.com/zennolux/explainer","commit_stats":null,"previous_names":["zennolux/explainer"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zennolux/explainer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zennolux%2Fexplainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zennolux%2Fexplainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zennolux%2Fexplainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zennolux%2Fexplainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zennolux","download_url":"https://codeload.github.com/zennolux/explainer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zennolux%2Fexplainer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270108995,"owners_count":24528772,"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-12T02:00:09.011Z","response_time":80,"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":["chinese-dictionary","chinese-translation","dictionary","english-dictionary","english-learning","english-to-chinese","englishwords","free-dictionary","free-dictionary-api","translation","translator","translator-api","translator-tool","vocabulary-learning","vocabulary-practice"],"created_at":"2025-08-12T17:47:20.002Z","updated_at":"2025-08-12T17:47:23.095Z","avatar_url":"https://github.com/zennolux.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### What's explainer?\n\n* It plays the roles of:  `Rust crate`, `CLI tool`, and even `WebAssembly`.\n\n* Its purpose is to explain a given word, including its pronunciation, meanings, and sample sentences.\n\n* Here are two examples to let you quickly check if this meets your needs: like [test](https://github.com/zennolux/explainer/blob/main/examples/test.json) and [exactly](https://github.com/zennolux/explainer/blob/main/examples/exactly.json).\n\n#### Why explainer?\n\n* Simple to understand and easy to use.\n\n* It's absolutely free!(No need to pay for anything, something like an API TOKEN).\n\n#### How to use?\n\n\u003e ##### Using as a Rust crate\n\n```sh\ncargo add explainer\n```\n\n```rust\nuse explainer::{Explainer,Jsonify}\n\n//define a valid word\nlet word = \"exactly\";\n\n//this will get the instance\nlet explainer = Explainer::from(word).unwrap();\n\n//serialize the whole instance to json\nlet result = explainer.to_json().unwrap();\n\n//or just serialize the pronunciation field to json\nlet pronunciation = explainer.pronunciation.to_json().unwrap();\n\n//or just serialize the meanings field to json\nlet meanings = explainer.meanings.to_json().unwrap();\n\n//or just serialize the sentences field to json\nlet sentences = explainer.sentences.to_json().unwrap();\n```\n\n\u003e ##### Using as a CLI tool \n\n```sh\ncargo install explainer\n\nexplainer test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzennolux%2Fexplainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzennolux%2Fexplainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzennolux%2Fexplainer/lists"}