Version 2.1.0
Some usability improvements.
- Made
CanAddrpulic and added functions to help interact with low-level sockaddr types. Sockets can now be opened with an address. - Can create an
Errordirectly from aCanErrorFrameorstd::io::ErrorKind. - #46 Applications can create error frames:
CanErrorFrame::new()now works.CanErrorFrame::new_error()is similar but more intuitive using a raw ID word.From<CanError> for CanErrorFrameto create an error frame from aCanError.
- Added
Frame::from_raw_id()andFrame::remote_from_raw_id() - Bumped MSRV to 1.65.0