Consider implementing std Error for ASN1DecodeErr and ASN1EncodeErr #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think I've gotten this in place in
823fc31f6f(and the commit just prior). I was going to take a few days to think about the other issue you filed, but I can push this to crates as a minor change if you're in a hurry?Take your time. Thank you for the excellent crate. It surprises me that there are dozens of ASN.1 crates but most don't seem very complete (unlike this one). My code will work fine for now, these requests would just improve it (this one in removing the error wrapper I currently need and the other in improving the performance a good bit).
Yeah, that was my experience, as well. Hence this crate. Plus I wanted to learn Rust. :)
Glad this works for you. As I said, I'll take a look at the other issue soon, and get back to you. For now, I'm going to close this one, though.