rssto/crates/http
2026-01-08 00:12:51 +02:00
..
src add missed meta member 2026-01-08 00:12:51 +02:00
templates fix internal reference 2026-01-08 00:10:50 +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