[][src]Crate pixelflut

pixelflut

pixelflut is a sync and async pixelflut implementation for Rust.

Re-exports

pub use error::Error;
pub use error::Result;
pub use pixel::Pixel;
pub use pixel::Color;
pub use pixel::Coordinate;
pub use command::Command;
pub use command::Response;

Modules

command

A module for working with Pixelflut commands.

error
pixel

A module that contians pixels for pixelflut.

sync

Contains the sync client for pixelflut.