Calder Coalson

Results 11 issues of Calder Coalson

# Bug This: ```asn1 Fizz ::= SEQUENCE { buzz [123] EXPLICIT CHOICE { foo [456] NULL, bar [789] NULL, }, } ``` ```rust rasn::uper::encode(&Fizz { buzz: FizzBuzz::foo(()), }) ``` Crashes...

kind/bug
help wanted
area/codec