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
Related crate: applin_headless
§Cargo Geiger Safety Report
§Changelog
- v0.3.0 2025-07-06 - Upgrade to
servlinv0.8. - v0.2.9 2024-10-26
- Add
ModalButton::newandModalButton::with_actions. - Upgrade to
servlinv0.6.
- Add
- v0.2.8 - Make debug formatting more concise by using JSON, for better test failure messages.
- v0.2.7
- Support
ApplinIos0.38.0. - Add
checkbox_button.
- Support
- v0.2.6 - Add
RowList::push,RowList::new,OptWidgetList::push, andOptWidgetList::new. - v0.2.5 - Add
WidgetList::pushandWidgetList::new. - v0.2.4
- Support
ApplinIos0.36.0. - Add
reset_varandstop_actionsactions.
- Support
- v0.2.3 - Add
idfield toActionandModalButton, for testing. - v0.2.2 - Add
with_validatedto input widgets. SupportsApplinIos0.33.0. - v0.2.1
- Add
idfields for testing. - Make
Actionfields public. - Make
Real32and enumsCopy.
- Add
- v0.2.0
- Support
ApplinIos0.32.0. - Remove
on_user_error_pollaction and make it a parameter of therpcaction.
- Support
- v0.1.7
- Support
ApplinIos0.31.0. - Add
modalaction. - Add
aspect_ratiotochoose_photoandtake_photoactions.
- Support
- v0.1.6
- Support
ApplinIos0.28.0. - Add
logoutaction. - Add
selectorwidget.
- Support
- v0.1.5
- Support
ApplinIos0.25.0. - Add
poll_delay_msto checkbox and textfield. - Replace checkbox
rpcfield withactions.
- Support
- v0.1.4
- Add
From<Option<Into<Widget>>>forWidgetfor use witherror_text. - Add
SessionCookie,Id, andSecret. - Organize into modules for easier discovery.
- Add
- v0.1.3 - Add
on_user_error_pollaction. - v0.1.2 - Bugfixes
- v0.1.1 - Update documentation.
- v0.1.0 - First published version