[][src]Crate webthing

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

Action 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.