zencan-cli 0.0.0

Command line interface utility for controlling zencan devices on a CAN bus
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[lib]
name = "zencan_cli"
path = "src/lib.rs"

[package]
authors = ["Jeff McBride <jeff@jeffmcbride.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Command line interface utility for controlling zencan devices on a CAN bus"
edition = "2021"
license = "MPL-2.0"
name = "zencan-cli"
readme = "README.md"
version = "0.0.0"