All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Update to Rust 2018 edition
0.1.4 - 2019-07-28
- Implement
DbcLibrary
- Update and clean out old deps
- Replace regex parsing with
nom
to handle strings with newlines - Convert message/PGN ID from
String
tou32
0.1.3 - 2019-02-09
- Change
get_spn
to take&str
input - Speed up parsing PGN from
&[u8]
- Explicitly parse file passed into
PgnLibrary::from_dbc_file
using ISO-8859-1 codec
0.1.2 - 2018-06-09
- Improve Error types for various parse failures
- Remove unnecessary re-exports
- Fix
socketcan
-specific build failures