candump-parse 0.1.0

A Rust library for parsing the output of the `candump` utility
Documentation
[dependencies.chumsky]
default-features = false
version = "0.9.*"

[lib]
name = "candump_parse"
path = "src/lib.rs"

[package]
authors = ["Fan Jiang"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A Rust library for parsing the output of the `candump` utility"
edition = "2021"
keywords = ["candump", "can", "socketcan"]
license = "MIT OR Apache-2.0"
name = "candump-parse"
readme = "README.md"
version = "0.1.0"