dbc-codegen
Development
CLI tool
Parse example DBC file into .txt file.
Get IR of the DBC file. Index can be between 0-4
Generate rust file based on the DBC file. Index can be between 0-4
Parse example DBC file into .txt file.
cargo run -- parse
Get IR of the DBC file. Index can be between 0-4
cargo run -- ir <index>
Generate rust file based on the DBC file. Index can be between 0-4
cargo run -- gen <index>