3 lines
84 B
Rust
3 lines
84 B
Rust
|
|
//! Encode and display information in a QR code.
|
||
|
|
pub use iced_graphics::qr_code::*;
|