ASU-cubesat / spacepacket

CCSDS Spacepacket encoding and decoding
MIT License
1 stars 0 forks source link

Implement Custom Error #1

Open mkolopanis opened 1 month ago

mkolopanis commented 1 month ago

std::io::Errors are generally not good for a library to be using. Should implement a custom error for failure cases in this library not related to I/O failure.

mkolopanis commented 1 month ago

Pretty sure I went the opposite way at one point but I think better practice would be to go back to a custom error.