Skip to content

Commit ddda667

Browse files
authored
[rust] add missing metadata (#1325)
### Description <!-- ✍️ Write a short summary of your work. Screenshots and videos are welcome! --> ### Demo URL <!-- Provide a URL to a live deployment where we can test your PR. If a demo isn't possible feel free to omit this section. --> ### Type of Change - [ ] New Example - [ ] Example updates (Bug fixes, new features, etc.) - [ ] Other (changes to the codebase, but not to examples) ### New Example Checklist - [ ] 🛫 `npm run new-example` was used to create the example - [ ] 📚 The template wasn't used but I carefuly read the [Adding a new example](https://github.com/vercel/examples#adding-a-new-example) steps and implemented them in the example - [ ] 📱 Is it responsive? Are mobile and tablets considered?
1 parent 8b63877 commit ddda667

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

rust/axum/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22
name: Rust Axum Web Framework
33
slug: rust-axum
44
description: A Rust web application using the Axum framework with streaming capabilities on Vercel.
5-
framework: Axum
5+
framework:
6+
- Other
7+
type:
8+
- Starter
9+
css:
10+
- None
11+
githubUrl: https://github.com/vercel/examples/tree/main/rust/axum
12+
demoUrl: https://rust-axum.vercel.app
613
deployUrl: https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/rust/axum&project-name=rust-axum&repository-name=rust-axum
14+
publisher: Vercel
715
relatedTemplates:
816
- rust-hello-world
917
---

rust/hello-world/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22
name: Rust Hello World
33
slug: rust-hello-world
44
description: Simple Rust serverless functions demonstrating basic HTTP handling and performance benchmarks.
5-
framework: Other
5+
framework:
6+
- Other
7+
type:
8+
- Starter
9+
css:
10+
- None
11+
githubUrl: https://github.com/vercel/examples/tree/main/rust/hello-world
12+
demoUrl: https://rust-hello-world.vercel.app
613
deployUrl: https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/rust/hello-world&project-name=rust-hello-world&repository-name=rust-hello-world
14+
publisher: Vercel
715
relatedTemplates:
816
- rust-axum
917
---

0 commit comments

Comments
 (0)