Crate ibex_alpha

Source

Re-exports§

pub use extras::is_local;
pub use extras::use_meta;
pub use extras::Meta;

Modules§

compose
Construct an abstract component structure
dom
Convert components to structure one-to-one with HTML DOM tree
extras
Some built in features
prelude
render
Render DOM tree to string
ssg
Routing and file management for SSG apps

Macros§

document
meta
Construct a Meta, converting object-notation to builder pattern
routes
Define a vector of Routes
url
Returns the input appended to URL_ROOT
view