bc-mur 0.1.0

Multipart UR QR code generator — single-frame and animated fountain-coded QR sequences with optional logo overlay.
Documentation
1
2
3
4
5
use anyhow::Result;

pub trait Exec {
    fn exec(&self) -> Result<String>;
}