dependabot[bot] c6006d6173 Bump crossbeam-channel from 0.5.11 to 0.5.15 in /frameworks/Rust/rocket (#9802) преди 6 месеца
..
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 c6006d6173 Bump crossbeam-channel from 0.5.11 to 0.5.15 in /frameworks/Rust/rocket (#9802) преди 6 месеца
Cargo.toml a0707d746c [Rust] Fix the Rocket framework bench (#8742) преди 1 година
README.md 9c6caac8d1 Improve rocket.rs implementation (#8484) преди 2 години
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 преди 4 години
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