colorlight 0.1.0

A Rust library for detecting and sending frames to Colorlight 5A-75 LED receiver cards via Ethernet.
Documentation
[dependencies.pnet]
version = "0.35.0"

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

[package]
authors = ["asamonik"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "A Rust library for detecting and sending frames to Colorlight 5A-75 LED receiver cards via Ethernet."
documentation = "https://docs.rs/colorlight"
edition = "2021"
homepage = "https://github.com/asamonik/colorlight.rs"
keywords = ["colorlight", "LED", "Ethernet", "Rust"]
license = "MIT"
name = "colorlight"
readme = "README.md"
repository = "https://github.com/asamonik/colorlight.rs"
version = "0.1.0"