| Crates.io | veecle-os-data-support-can-codegen |
| lib.rs | veecle-os-data-support-can-codegen |
| version | 0.1.0 |
| created_at | 2025-09-16 15:03:48.039731+00 |
| updated_at | 2025-09-16 15:03:48.039731+00 |
| description | Generates Veecle OS code from a CAN-DBC file |
| homepage | https://veecle.io/ |
| repository | https://github.com/veecle/veecle-os |
| max_upload_size | |
| id | 1841898 |
| size | 91,550 |
Generates Veecle OS code from CAN DBC files.
This crate provides code generation capabilities for converting CAN DBC files into Rust code compatible with Veecle OS. It parses DBC files and generates Rust structures and implementations for CAN message handling.
Note: Most users should depend on the veecle-os crate instead of using this crate directly.
The veecle-os crate re-exports this functionality and provides a more complete API for building Veecle OS applications.