loco-rs 1.0.1

The one-person framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: Creating tasks
description: Ever reached out to write a small script to reset a user password? send email notifications to your users? You can use Tasks in Loco to write these operational bits in pure Rust and access your full app from your task.
pubDate: 2024-06-18
updatedDate: 2024-06-18
authors:
  - team-loco
episode: "004"
youtube: gn7Hkq7T9dI
---

Reference material for this episode:

* Loco.rs docs: [routes in controllers]https://loco.rs/docs/the-app/task/
* The [SaaS starter]https://loco.rs/docs/starters/saas/
* The [REST API starter]https://loco.rs/docs/starters/rest-api/
* The [Lightweight starter]https://loco.rs/docs/starters/service/