Re-exports§
pub use utils::*;
Modules§
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_ 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_ 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_ components - rumtk_
web_ init_ pages - Registers a set of pages provided by the user.
- 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.