can

Crates.iocan
lib.rscan
version0.2.1-alpha.4
sourcesrc
created_at2019-05-08 15:18:32.099789
updated_at2022-04-15 15:18:34.278781
descriptionA general purpose library for common CAN types.
homepage
repositoryhttps://github.com/nuclearfurnace/rust-can
max_upload_size
id132834
size50,981
Toby Lawrence (tobz)

documentation

README

can

A general purpose library of common CAN types.

Code of Conduct MIT licensed Documentation last-commit-badge contributors-badge

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! 😀

Commit count: 23

cargo fmt