Crate webthing

source ·
Expand description

Implementation of an HTTP Web Thing.

Re-exports

pub use action::Action;
pub use action::BaseAction;
pub use event::BaseEvent;
pub use event::Event;
pub use property::BaseProperty;
pub use property::Property;
pub use server::ThingsType;
pub use server::WebThingServer;
pub use thing::BaseThing;
pub use thing::Thing;

Modules

Action trait and base implementation.
Event trait and base implementation.
Property trait and base implementation.
WebThingServer implementation.
Thing trait and base implementation.
Utility functions.