ev3-dc 0.1.0

Low level EV3 direct command library
Documentation
[dependencies.displaystr]
version = "0.1.11"

[dev-dependencies.hidapi]
version = "2.6.3"

[[example]]
name = "frames"
path = "examples/frames.rs"

[[example]]
name = "image"
path = "examples/image.rs"

[[example]]
name = "info"
path = "examples/info.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::robotics"]
description = "Low level EV3 direct command library"
edition = "2024"
exclude = ["example.pbm", "process.sh"]
keywords = ["ev3", "command"]
license = "MIT"
name = "ev3-dc"
readme = "README.md"
repository = "https://github.com/stamp-cmd/EV3-DC"
version = "0.1.0"