aries-cli 0.1.1

A simple Aries Cloudagent Controller
1
2
3
4
/// Parse `Invitation to a `qr_code`
pub fn print_qr_code(text: &str) {
    qr2term::print_qr(text).expect("Error printing QR!");
}