libferroxid - Art-Net ===================== Art-Net packages ### Installation Available as a Crate on crates.io: [libferroxid-artnet](https://crates.io/crates/libferroxid-artnet) Add the following to your Cargo.toml file: `libferroxid-artnet = "X.Y.Z"` (see latest version on Crate page) ### Credits - Art-Netâ„¢ Designed by and Copyright Artistic Licence - Thanks to `bethlenke` at [HSBP](https://hsbp.org) for bringing my attention to the protocol and providing the LED grids for testing - Rust section in global .gitignore taken from [github/gitignore](https://github.com/github/gitignore) under the [CC0-1.0 License](https://choosealicense.com/licenses/cc0-1.0/). ### License [Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/) ``` This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ```