This template provides just enough to get started with your Rust application.
Report Bug
·
Request Feature
- Lenra views
-
find
- $eq
- $ne
- $gt
- $gte
- $lt
- $lte
- $in
- $nin
- $and
- $or
- $not
- $nor
- $exists
- $type
- $all
-
props
-
context
-
- Lenra components (with every listeners)
- Actionable
- Button
- Carousel
- Checkbox
- Container
- DropDownButton
- Flex
- Flexible
- Form
- Icon
- Image
- Menu
- MenuItem
- OverlayEntry
- Radio
- Slider
- Stack
- StatusSticker
- Text
- TextField
- Toggle
- View
- Wrap
- JSON views
- listeners (with custom event values)
- Lenra listeners
-
System listeners
- onEnvStart
- onUserFirstJoin
- onSessionStart
-
- Query
-
Find
- operators
- projections
-
UpdateMany
-
CreateDoc
-
UpdateDoc
-
DeleteDoc
-
GetDoc
-
Transactions
-
- Cron
- @lenra:navTo
- app routes
- external URL
- Webhooks
To properly run this template, you will have to make sure that the Lenra CLI and docker with docker-compose are installed on your computer. Installation instructions can be found here https://github.com/lenra-io/lenra_cli.
To create a new app from this template use lenra new
command:
lenra new rust --path my_rust_app
Then you can build and start it with the lenra dev
command:
lenra dev
You can then access the application by opening localhost:4000
on your web browser.
This template is a basic implementation of a Lenra application using the Rust language. You can get your application started by using this template.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please open an issue with the tag "enhancement". Don't forget to give the project a star if you liked it! Thanks again!
Distributed under the MIT License. See LICENSE for more information.
Lenra - @lenra_dev - contact@lenra.io
Project Link: https://github.com/lenra-io/template-rust