6 releases
0.2.1-alpha.4 | Apr 15, 2022 |
---|---|
0.2.0 | Mar 27, 2022 |
0.1.0 | May 8, 2019 |
#38 in #constant
27 downloads per month
47KB
719 lines
can
A general purpose library of common CAN types.
code of conduct
NOTE: All conversations and contributions to this project shall adhere to the Code of Conduct.
what's it all about?
can
provides foundational types for working with CAN networks, such as identifiers, frames,
and filters. These types are simple and straightforward on their own, but this crate exists to
provides a common dependency that all other crates can hopefully depend on. In turn, it could
unlock seamless interoperation between those crates without requiring boilerplate or constant
reimplementation of conversion methods and excess dependencies.
contributing
We're always looking for users who have thoughts on how to make can
better, or users with
interesting use cases. Of course, we're also happy to accept code contributions for outstanding
feature requests! 😀
Dependencies
~205–620KB
~12K SLoC