Open thobson88 opened 2 months ago
Many instances of unwrap() in the CLI main.rs should be properly handled. (Not urgent, as the CLI will just report the error.)
unwrap()
main.rs
See the data credentials part for sample code on handling some of the cases (e.g. multiple credential subjects, missing attributes).
Many instances of
unwrap()
in the CLImain.rs
should be properly handled. (Not urgent, as the CLI will just report the error.)See the data credentials part for sample code on handling some of the cases (e.g. multiple credential subjects, missing attributes).