Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add link to workers-rs
  • Loading branch information
Alex1607 authored Nov 15, 2023
1 parent 595e91d commit 412daa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/experimental/worker-rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ Read the latest `worker` crate documentation here: https://docs.rs/worker

## Advanced Example

As this template comprises only the essential setup, we recommend considering our advanced example to leverage its additional functionalities. The advanced example showcases the creation of multiple routes, logging of requests, retrieval of field data from a form, and other features that may prove useful to your project.
As this template comprises only the essential setup, we recommend considering our advanced example to leverage its additional functionalities. The advanced example showcases the creation of multiple routes, logging of requests, retrieval of field data from a form, and other features that may prove useful to your project.
The following example has been taken from: [workers-rs](https://github.com/cloudflare/workers-rs). You can learn more about how to use workers with rust by going there.
```rust
use worker::*;

Expand Down

0 comments on commit 412daa0

Please sign in to comment.