can_tools 2.1.2

Rust editor for CanDatabase. It allows to open and modify CAN database from .dbc and .arxml files.
Documentation
1
2
3
4
5
6
pub mod core;
pub mod create;
pub mod parse;
pub mod save;
pub mod types;
pub use crate::types::errors::{DatabaseError, DbcParseError, MessageLayoutError};