Crate webthing

Source
Expand description

Implementation of an HTTP Web Thing.

Re-exports§

pub use action::Action;
pub use action::BaseAction;
pub use action_generator::BaseActionGenerator;
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;
pub use thing::ThingContext;

Modules§

action
Action trait and base implementation.
action_generator
ActionGenerator trait and base implementation.
event
Event trait and base implementation.
property
Property trait and base implementation.
server
WebThingServer implementation.
thing
Thing trait and base implementation.
utils
Utility functions.