pixelflut-rs 0.1.0

A library providing a pixelflut server to easily connect your display or project to it.
Documentation
[dependencies.custom_error]
version = "1.8"

[dependencies.log]
version = "0.4"

[dependencies.tokio]
features = ["rt-multi-thread", "io-util", "net", "sync"]
version = "0.3"
[dev-dependencies.simple_logger]
version = "1.11"

[dev-dependencies.tokio]
features = ["macros"]
version = "0.3"

[package]
authors = ["Oliver Koch <oltoko@gmail.com>"]
categories = ["network-programming"]
description = "A library providing a pixelflut server to easily connect your display or project to it.\n"
edition = "2018"
homepage = "https://github.com/oltoko/pixelflut.rs"
keywords = ["pixelflut"]
license = "MIT"
name = "pixelflut-rs"
readme = "README.md"
repository = "https://github.com/oltoko/pixelflut.rs"
version = "0.1.0"