fdcanusb 0.6.2

Protocol implementation for the FDCANUSB by MJBOTS
Documentation
[dependencies.hex]
version = "0.4.0"

[dependencies.log]
optional = true
version = "0.4"

[dependencies.serial2]
optional = true
version = "0.2"

[dependencies.thiserror]
version = "1.0.0"

[features]
default = ["serial2", "log"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Protocol implementation for the FDCANUSB by MJBOTS"
edition = "2021"
license = "Apache-2.0"
name = "fdcanusb"
readme = "README.md"
repository = "https://github.com/omelia-iliffe/fdcanusb-rs"
version = "0.6.2"