rssto/crates/http
2026-01-08 14:05:16 +02:00
..
src implement provider_id filter 2026-01-08 11:12:42 +02:00
templates separate entries 2026-01-08 00:27:48 +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 implement initial llm features 2026-01-08 14:05:16 +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}
  • optionally, use --provider-id {ID} to filter content using post-processing results (e.g. generated by the rssto-llm crate)