dependabot[bot] 9a5ad0ad9f Bump rustls from 0.21.10 to 0.21.11 in /frameworks/Rust/rocket vor 1 Jahr
..
rocket-diesel e02a403a50 New test for rocket and diesel (#7990) vor 2 Jahren
src a0707d746c [Rust] Fix the Rocket framework bench (#8742) vor 1 Jahr
templates 68fdd1a8ee Update Rocket for more performance (#5174) vor 6 Jahren
.gitignore a0707d746c [Rust] Fix the Rocket framework bench (#8742) vor 1 Jahr
Cargo.lock 9a5ad0ad9f Bump rustls from 0.21.10 to 0.21.11 in /frameworks/Rust/rocket vor 1 Jahr
Cargo.toml a0707d746c [Rust] Fix the Rocket framework bench (#8742) vor 1 Jahr
README.md 9c6caac8d1 Improve rocket.rs implementation (#8484) vor 2 Jahren
Rocket.toml a0707d746c [Rust] Fix the Rocket framework bench (#8742) vor 1 Jahr
benchmark_config.json a0707d746c [Rust] Fix the Rocket framework bench (#8742) vor 1 Jahr
config.toml bf35d78d2a Rocket async using sqlx vor 4 Jahren
rocket-diesel.dockerfile a0707d746c [Rust] Fix the Rocket framework bench (#8742) vor 1 Jahr
rocket.dockerfile a0707d746c [Rust] Fix the Rocket framework bench (#8742) vor 1 Jahr
rustfmt.toml e02a403a50 New test for rocket and diesel (#7990) vor 2 Jahren

README.md

Rocket - Simple, Fast, Type-Safe Web Framework for Rust

Description

Rocket is a web framework for Rust that makes it simple to write fast, secure web applications without sacrificing flexibility, usability, or type safety.

Database

PostgreSQL

Test URLs

Test 1: JSON Encoding

http://localhost:8000/json

Test 2: Single Row Query

http://localhost:8000/db

Test 3: Multi Row Query

http://localhost:8000/queries?q=20

Test 4: Fortunes (Template rendering)

http://localhost:8000/fortunes

Test 5: Update Query

http://localhost:8000/updates?q=20

Test 6: Plaintext

http://localhost:8000/plaintext