Re-exports
pub use element::AsElement;
pub use element::Element;
pub use entity::AsEntity;
pub use prelude::Children;
pub use prelude::Parent;
pub use web_sys;
pub use futures_signals as signals;
pub use hobo_css as css;
pub use owning_ref;
Modules
- methods to create HTML Elements as well as their types
- everything that has to do with HTML event handling
- simple way to fire and respond to arbitrarily-typed events
- Parent and Child relations
- Queries allow finding entities across the hierarchy
- resources are globally-accessible components
- interned strings
Macros
- Essentially a “move-by-clone” closure creator, with special syntax for automatic refcell up/downgrading
Functions
- Find all entities matching a query
- Find one entity matching a query, panic otherwise
- Register a browser window to also receive styles, automatically called for the global
window
object with the name “default” - Find one entity matching a query if there is one
- Removes a window from the style storage