Skip to content

4.0.0

Choose a tag to compare

@marcelbuesing marcelbuesing released this 22 Jun 18:58
89c93cc

4.0.0 (2021-11-15)

  • Migrate from nom 4.2 to nom 7.1.
  • Allow "random" order of elements in DBC. They still have to be in a block e.g. all messages or comments.
  • Remove verbose error in returned error
  • Return &str of remaining unparsed content instead of Vec<u8>.
  • Mark DBC::from_str as deprecated and replace it with TryFrom::from_str