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

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