{"id":22700429,"url":"https://github.com/uncomputable/konbaato","last_synced_at":"2025-09-06T02:40:26.428Z","repository":{"id":242765293,"uuid":"810512821","full_name":"uncomputable/konbaato","owner":"uncomputable","description":"Convert between different Japanese scripts","archived":false,"fork":false,"pushed_at":"2024-06-05T20:37:06.000Z","size":52,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-04T19:46:37.786Z","etag":null,"topics":["hiragana","japanese","kana","kanji","katakana"],"latest_commit_sha":null,"homepage":"https://uncomputable.github.io/konbaato/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uncomputable.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":"2024-06-04T20:57:49.000Z","updated_at":"2024-06-08T07:37:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e349011-15c4-4f56-a667-a2c2ab9659ef","html_url":"https://github.com/uncomputable/konbaato","commit_stats":null,"previous_names":["uncomputable/konbaato"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncomputable%2Fkonbaato","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncomputable%2Fkonbaato/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncomputable%2Fkonbaato/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncomputable%2Fkonbaato/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uncomputable","download_url":"https://codeload.github.com/uncomputable/konbaato/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246230541,"owners_count":20744349,"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":["hiragana","japanese","kana","kanji","katakana"],"created_at":"2024-12-10T06:12:10.155Z","updated_at":"2025-03-29T19:11:36.360Z","avatar_url":"https://github.com/uncomputable.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Konbaato・コンバート\n\n[![GitHub](https://img.shields.io/badge/github-repo-blue.svg)](https://github.com/uncomputable/konbaato)\n[![crates.io](https://img.shields.io/crates/v/konbaato.svg)](https://crates.io/crates/konbaato)\n[![docs.rs](https://docs.rs/konbaato/badge.svg)](https://docs.rs/konbaato)\n[![CI](https://github.com/uncomputable/konbaato/actions/workflows/test.yml/badge.svg)](https://github.com/uncomputable/konbaato/actions/workflows/test.yml)\n\nConvert between different Japanese scripts.\n\nReady for WASM 🌀\n\n[A live demo is running on GitHub Pages](https://uncomputable.github.io/konbaato/).\n\n## Use the crate in Rust\n\nInclude the latest version of `konbaato` in your `Cargo.toml`.\n\n```toml\n[dependencies]\nkonbaato = \"1.0\"\n```\n\n## Install nix\n\nUse the following command to install nix if you don't already have it.\n\n```bash\ncurl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install\n```\n\n_You might need to open a new terminal for the changes to take effect._\n\n## Use the crate in JavaScript\n\nBuild the WASM package inside the developer shell for deployments.\n\n```bash\nnix develop .#deploy\njust wasm\n```\n\nImport the output in `./pkg` in JavaScript, as shown in [index.html](https://github.com/uncomputable/konbaato/blob/master/index.html).\n\n```js\nimport init, { hira_to_kata } from './pkg/konbaato.js';\n\nasync function run() {\n    await init();\n    const input = \"ひらがな\";\n    const output = hira_to_kata(input);\n}\n\nrun()\n```\n\n## Develop the crate\n\nRun CI inside the default developer shell.\n\n```bash\nnix develop\njust check\n```\n\nDeploy a local website.\n\n```bash\nnix develop\njust serve\n```\n\nRun the fuzzer inside the develper shell for fuzzing.\n\n```bash\nnix develop .#fuzz\njust fuzz\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funcomputable%2Fkonbaato","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funcomputable%2Fkonbaato","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funcomputable%2Fkonbaato/lists"}