Crate rumtk_web

Crate rumtk_web 

Source

Re-exports§

pub use utils::*;

Modules§

api
components
css
pages
static_components
utils

Macros§

rumtk_web_api_process
rumtk_web_collect_page
rumtk_web_compile_css_bundle
rumtk_web_fetch
rumtk_web_get_api_endpoint
rumtk_web_get_component
rumtk_web_get_conf
rumtk_web_get_default_page
Returns the default page function that can be used for rendering that page
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_job_manager
rumtk_web_get_page
Helper function for retrieving pages registered in the global cache using a string key!
rumtk_web_get_param
rumtk_web_get_param_eq
rumtk_web_get_string
rumtk_web_get_text_item
rumtk_web_init_api_endpoints
rumtk_web_init_components
rumtk_web_init_forms
This is an API macro for defining a form that can be used to render it later in your web pages.
rumtk_web_init_job_manager
rumtk_web_init_pages
Registers a set of pages provided by the user.
rumtk_web_load_conf
rumtk_web_params_map
rumtk_web_register_api
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_render_redirect
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.
rumtk_web_save_conf