A general purpose library of common CAN types.
NOTE: All conversations and contributions to this project shall adhere to the Code of Conduct.
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.
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! 😀