dbc-gen 0.1.0

A simple CAN database compiler
Documentation

dbc-gen

dbc-gen is a CAN database compiler. It provides methods to output types from the can_dbc crate as .dbc-formatted Strings.

Getting Started

dbc_to_string is the main entry-point into the functionality of this library. Pass a Dbc value to it and it will return a String representing that CAN database.