Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-04 | actually enforce DecodeError impl'ing std::error::Error in std builds | iximeow | |
the previous test and code only tested one concrete archtecture, and it turns out never required `std::error::Error` on `DecodeError`. | |||
2021-07-03 | support std::error::Error | iximeow | |
included is mandataing a `description` method on `DecodeError` implementors - already approximately required by the Debug and Display anyway. also include a StandardPartialDecoderError for incomplete decoders to use. i expect that one of the last steps of a decoder's 1.0 release will be to move away from this. | |||
2020-05-03 | add AddressDiff, CHANGELOG, and bump to 0.0.40.0.4 | iximeow | |