src5-rs icon indicating copy to clipboard operation
src5-rs copied to clipboard

Utility for generating SRC5 interfaces ids from Cairo traits

Results 1 src5-rs issues
Sort by recently updated
recently updated
newest added

**Issue:** Currently, enum variants without type clauses panic when processed with: `Error: Unexpected Type node kind: TypeClause` For example: ``` enum ProposalState { Pending, Active, Canceled, Defeated, Succeeded, Queued, Executed...