- Notifications
You must be signed in to change notification settings - Fork81
Version 2.1.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Some usability improvements.
- Made
CanAddr
pulic and added functions to help interact with low-level sockaddr types. Sockets can now be opened with an address. - Can create an
Error
directly from aCanErrorFrame
orstd::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 CanErrorFrame
to create an error frame from aCanError
.
- Added
Frame::from_raw_id()
andFrame::remote_from_raw_id()
- Bumped MSRV to 1.65.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.