{"id":16243119,"url":"https://github.com/de-sh/qrs","last_synced_at":"2025-10-17T03:48:57.195Z","repository":{"id":46791494,"uuid":"305984470","full_name":"de-sh/qrs","owner":"de-sh","description":"A client-side web app to generate QR codes, built with rust-wasm.","archived":false,"fork":false,"pushed_at":"2021-09-25T16:19:55.000Z","size":193,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T08:39:31.631Z","etag":null,"topics":["hacktoberfest","rust","rust-wasm","wasm-pack"],"latest_commit_sha":null,"homepage":"https://de-sh.github.io/qrs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/de-sh.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}},"created_at":"2020-10-21T10:12:44.000Z","updated_at":"2024-08-04T11:25:19.000Z","dependencies_parsed_at":"2022-09-24T17:58:17.388Z","dependency_job_id":null,"html_url":"https://github.com/de-sh/qrs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/de-sh%2Fqrs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/de-sh%2Fqrs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/de-sh%2Fqrs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/de-sh%2Fqrs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/de-sh","download_url":"https://codeload.github.com/de-sh/qrs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247046714,"owners_count":20874708,"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":["hacktoberfest","rust","rust-wasm","wasm-pack"],"created_at":"2024-10-10T14:13:50.783Z","updated_at":"2025-10-17T03:48:52.141Z","avatar_url":"https://github.com/de-sh.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"docs/qrs.svg\" width=\"350px\"/\u003e\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![GitHub Workflow - rust-wasm](https://github.com/de-sh/qrs/workflows/rust-wasm/badge.svg)](https://github.com/de-sh/qrs/actions/workflows/wasm.yml)\n[![Rust Report Card](https://rust-reportcard.xuri.me/badge/github.com/de-sh/qrs)](https://rust-reportcard.xuri.me/report/github.com/de-sh/qrs)\n\n\u003c/div\u003e\n\n# QRust\nGenerate QR codes with rust\n\nStarted off as a server-side app and now is a client side web-app using WASM!\n\n[inspired from this article](https://www.kiranjohns.xyz/blog/firebase-qr/) by Kiran Johns and built with [kennytm/qrcode-rs](https://github.com/kennytm/qrcode-rust).\n\n### Compile WASM\n1. Setup the environment for WASM compilation\n```rust\nrustup target add wasm32-unknown-unknown\nrustup override set nightly\ncargo install wasm-pack wasm-gc\n```\n2. Generate the WASM and bindings\n```rust\nwasm-pack build --target web\nwasm-gc pkg/qrs_bg.wasm\n```\n\n### View the Creation\n1. Setup a web-server to host the following files \u0026 folders in particular:\n    - index.html - The html that loads the app.\n    - index.js - The JS that starts the show.\n    - pkg/ - The package folder that houses our wasm and bindings generated with [`wasm-pack`](https://github.com/rustwasm/wasm-pack).\n2. Open `http://localhost:8080` in a browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fde-sh%2Fqrs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fde-sh%2Fqrs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fde-sh%2Fqrs/lists"}