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.2.9 2024-10-26
- Add
ModalButton::new
andModalButton::with_actions
. - Upgrade to
servlin
v0.6.
- Add
- v0.2.8 - Make debug formatting more concise by using JSON, for better test failure messages.
- v0.2.7
- Support
ApplinIos
0.38.0. - Add
checkbox_button
.
- Support
- v0.2.6 - Add
RowList::push
,RowList::new
,OptWidgetList::push
, andOptWidgetList::new
. - v0.2.5 - Add
WidgetList::push
andWidgetList::new
. - v0.2.4
- Support
ApplinIos
0.36.0. - Add
reset_var
andstop_actions
actions.
- Support
- v0.2.3 - Add
id
field toAction
andModalButton
, for testing. - v0.2.2 - Add
with_validated
to input widgets. SupportsApplinIos
0.33.0. - v0.2.1
- Add
id
fields for testing. - Make
Action
fields public. - Make
Real32
and enumsCopy
.
- Add
- v0.2.0
- Support
ApplinIos
0.32.0. - Remove
on_user_error_poll
action and make it a parameter of therpc
action.
- Support
- v0.1.7
- Support
ApplinIos
0.31.0. - Add
modal
action. - Add
aspect_ratio
tochoose_photo
andtake_photo
actions.
- Support
- v0.1.6
- Support
ApplinIos
0.28.0. - Add
logout
action. - Add
selector
widget.
- Support
- v0.1.5
- Support
ApplinIos
0.25.0. - Add
poll_delay_ms
to checkbox and textfield. - Replace checkbox
rpc
field withactions
.
- Support
- v0.1.4
- Add
From<Option<Into<Widget>>>
forWidget
for use witherror_text
. - Add
SessionCookie
,Id
, andSecret
. - Organize into modules for easier discovery.
- Add
- v0.1.3 - Add
on_user_error_poll
action. - v0.1.2 - Bugfixes
- v0.1.1 - Update documentation.
- v0.1.0 - First published version