Expand description
applin-rust
You can use the Applin™ Server-Driven UI framework to build a mobile app with only server-side code.
Use a provided boilerplate app for the frontend. Use this library for the backend.
Documentation: https://www.applin.dev/docs/
Example and live demo: https://github.com/leonhard-llc/applin-rust-demo
Cargo Geiger Safety Report
Changelog
- v0.1.3 - Add
on_user_error_pollaction. - v0.1.2 - Bugfixes
- v0.1.1 - Update documentation.
- v0.1.0 - First published version
Modules
Structs
- Add actions to button widgets and other widgets to let the user initiate actions in the app.
- A 32-bit floating point number that cannot be NaN, infinity, or negative zero.
Enums
Functions
- The frontend replaces
${INTERACTIVE_ERROR_DETAILS}with the text of the last error. - Makes a table that shows groups of rows. Pass a tuple of row groups. For each row group, pass a tuple of rows. For each row, pass a tuple of widgets or None.
- Panics
- Launch a URL on the user’s device. The URL can point to a webpage or another app.
- Use
pollto update the page based on page data or backend data. - Makes a table. Pass a tuple of rows. For each row, pass a tuple of widgets or None.
- Panics