dbc-gen 0.1.4

A simple CAN database compiler
Documentation
1
2
3
4
5
6
7
# dbc-gen

dbc-gen is a CAN database compiler. It provides methods to output types from the [can_dbc](https://github.com/oxibus/can-dbc) crate as `.dbc`-formatted `String`s.

## 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.