{"id":20390365,"url":"https://github.com/timvisee/qr2term-rs","last_synced_at":"2025-04-06T06:11:23.904Z","repository":{"id":41867844,"uuid":"175696566","full_name":"timvisee/qr2term-rs","owner":"timvisee","description":":bar_chart: Stupidly simple Rust crate to render a QR code in the terminal.","archived":false,"fork":false,"pushed_at":"2024-01-21T10:59:24.000Z","size":132,"stargazers_count":49,"open_issues_count":1,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-02T00:57:50.947Z","etag":null,"topics":["hacktoberfest","qrcode","rust-library","terminal"],"latest_commit_sha":null,"homepage":"https://gitlab.com/timvisee/qr2term-rs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timvisee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["timvisee"],"custom":["https://timvisee.com/donate"],"patreon":"timvisee","ko_fi":"timvisee"}},"created_at":"2019-03-14T20:44:14.000Z","updated_at":"2024-06-19T13:35:18.236Z","dependencies_parsed_at":"2024-06-19T13:35:17.264Z","dependency_job_id":"39dd5212-e49f-43ab-9ec3-9d9d6885df2d","html_url":"https://github.com/timvisee/qr2term-rs","commit_stats":{"total_commits":77,"total_committers":9,"mean_commits":8.555555555555555,"dds":"0.23376623376623373","last_synced_commit":"02869338cd63812bfb97e5abeb3f0ebd9a789142"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timvisee%2Fqr2term-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timvisee%2Fqr2term-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timvisee%2Fqr2term-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timvisee%2Fqr2term-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timvisee","download_url":"https://codeload.github.com/timvisee/qr2term-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247441053,"owners_count":20939239,"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","qrcode","rust-library","terminal"],"created_at":"2024-11-15T03:24:33.024Z","updated_at":"2025-04-06T06:11:23.886Z","avatar_url":"https://github.com/timvisee.png","language":"Rust","funding_links":["https://github.com/sponsors/timvisee","https://timvisee.com/donate","https://patreon.com/timvisee","https://ko-fi.com/timvisee"],"categories":[],"sub_categories":[],"readme":"[![Build status on GitLab CI][gitlab-ci-master-badge]][gitlab-ci-link]\n[![Newest release on crates.io][crate-version-badge]][crate-link]\n[![Documentation][docs-badge]][docs]\n[![Number of downloads on crates.io][crate-download-badge]][crate-link]\n[![Project license][crate-license-badge]](LICENSE)\n\n[crate-download-badge]: https://img.shields.io/crates/d/qr2term.svg\n[crate-license-badge]: https://img.shields.io/crates/l/qr2term.svg\n[crate-link]: https://crates.io/crates/qr2term\n[crate-version-badge]: https://img.shields.io/crates/v/qr2term.svg\n[docs-badge]: https://docs.rs/qr2term/badge.svg\n[docs]: https://docs.rs/qr2term\n[gitlab-ci-link]: https://gitlab.com/timvisee/qr2term-rs/pipelines\n[gitlab-ci-master-badge]: https://gitlab.com/timvisee/qr2term-rs/badges/master/pipeline.svg\n\n# Rust library: qr2term\nA stupidly simple QR code renderer, that prints text as QR code to the terminal,\nand nothing else.\n\n[`example.rs`](./examples/example.rs):\n```rust\nfn main() {\n    qr2term::print_qr(\"https://rust-lang.org/\");\n}\n```\n\n![qr2term example screenshot](./res/qr2term-example.png)\n\nThis library is based on [`qair`](https://code.willemp.be/willem/qair),\nwhich didn't provide the renderer as a library on it's own.\nCredits for the actual renderer go to it's developer.\n\nTo read a text from the command line and encode it in QR form, run:\n\n```bash\n$ echo HelloWorld | cargo run --example example-read\n```\n\nTo create WiFi credentials in QR form, run:\n\n```bash\n$ echo HelloWorld | cargo run --example example-wifi\n```\n\n## License\nThis project is licensed under the MPL 2.0 license.\nCheck out the [LICENSE](LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimvisee%2Fqr2term-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimvisee%2Fqr2term-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimvisee%2Fqr2term-rs/lists"}