Crate rumtk_web

Crate rumtk_web 

Source

Re-exports§

pub use utils::*;

Modules§

components
css
pages
static_components
utils

Macros§

rumtk_web_add_form
This is an API macro for defining a form that can be used to render it later in your web pages.
rumtk_web_collect_page
rumtk_web_compile_css_bundle
rumtk_web_fetch
rumtk_web_get_component
rumtk_web_get_conf
rumtk_web_get_form
This is an API macro to get the list of rendered elements that will be fed into the form shell to render your form in your web page.
rumtk_web_get_page
rumtk_web_get_param
rumtk_web_get_param_eq
rumtk_web_get_string
rumtk_web_get_text_item
rumtk_web_init_components
rumtk_web_init_pages
rumtk_web_load_conf
rumtk_web_params_map
rumtk_web_register_component
rumtk_web_register_page
rumtk_web_render_component
rumtk_web_render_html
rumtk_web_render_markdown
If using raw strings, do not leave an extra line. The first input must have characters or you will get
 blocks regardless of what you do.
rumtk_web_run_app
This is the main macro for defining your applet and launching it. Usage is very simple and the only decision from a user is whether to pass a list of UserPages or a list of UserPages and a list of UserComponents.