rssto/crates/http
2026-01-07 23:56:13 +02:00
..
src add missed annotations 2026-01-07 23:55:24 +02:00
templates draft initial http application 2026-01-07 23:25:02 +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 add launch example 2026-01-07 23:56:13 +02:00

rssto-http

Web server implementation based on the Rocket engine

Note

In development!

cargo run -p rssto-http -- --mysql-username USER \
                           --mysql-password PASS \
                           --mysql-database NAME