Add badge to readme
Fix build script
Add build script
Still very early, but it is able to parse (AFAIK) all the messages described in the list of messages here. A lot of the field types aren't implemented yet, which may make it a bit painful to use.
There are three projects in this workspace.
The actual library that reads N2K messages.
no_std
The goal is to be able to use canboat-rs
easily with micro controllers.
There is currently a chance if you're reading a lot of "Fast Packet" messages that the program will panic because not enough space is allocated to keep track of them.
Generates the rust files that parse the actual messages
Very bare-bones analyzer that doesn't do much right now. Useful for testing.