gpui-qrcode

Crates.iogpui-qrcode
lib.rsgpui-qrcode
version0.1.0
created_at2025-11-13 17:49:55.486539+00
updated_at2025-11-13 17:49:55.486539+00
descriptionA QR code generator and renderer for gpui
homepage
repositoryhttps://github.com/gnunicorn/gpui-qrcode
max_upload_size
id1931611
size421,848
Benjamin Kampmann (gnunicorn)

documentation

https://docs.rs/gpui-qrcode

README

Simple QR Code Rendering component for gpui

Description

This is a simple QR code rendering component for gpui. It allows you to easily render QR codes in your gpui applications. It has a gpui-styled-based API to customize the appearance of the QR code to your liking.

Example

Example QR code rendered with gpui (click to see video)

Quick Start

Add via cargo add gpui-qrcode or manually to your Cargo.toml

[dependencies]
gpui-qrcode = "0.1.0"

For an example usage see the simple example.

Cargo Features

  • qrcode-support (enabled by default) brings support to directly convert the widget from a QRCode generated by the great qrcode-crate.
Commit count: 0

cargo fmt