rssto/crates/http
2026-01-08 00:22:07 +02:00
..
src implement default sort ordering features 2026-01-08 00:22:07 +02:00
templates add safe filter 2026-01-08 00:14:32 +02:00
Cargo.toml draft initial http application 2026-01-07 23:25:02 +02:00
LICENSE draft initial http application 2026-01-07 23:25:02 +02:00
README.md update example 2026-01-08 00:07:32 +02:00

rssto-http

Web server implementation based on the Rocket engine

Note

In development!

cd rssto/crates/rssto-http
cargo run -- --mysql-username USER \
             --mysql-password PASS \
             --mysql-database NAME