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