| Crates.io | dbc-gen |
| lib.rs | dbc-gen |
| version | 0.1.7 |
| created_at | 2025-12-05 20:19:24.793178+00 |
| updated_at | 2025-12-10 19:37:42.255868+00 |
| description | A simple CAN database compiler |
| homepage | |
| repository | https://github.com/JMANN240/dbc-gen |
| max_upload_size | |
| id | 1969107 |
| size | 35,446 |
dbc-gen is a CAN database compiler. It provides methods to output types from the can_dbc crate as .dbc-formatted Strings.
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.