A Rust-based comment server using SQLite and an intuitive REST API. https://blog.elnu.com/2022/07/soudan-a-comment-system-built-with-rust/
Find a file
2022-07-20 15:39:28 -07:00
demo Add comment sanitization and markdown rendering 2022-07-20 15:39:28 -07:00
src Add comment sanitization and markdown rendering 2022-07-20 15:39:28 -07:00
.gitignore Initial commit 2022-07-06 13:29:39 -07:00
Cargo.lock Add comment sanitization and markdown rendering 2022-07-20 15:39:28 -07:00
Cargo.toml Add comment sanitization and markdown rendering 2022-07-20 15:39:28 -07:00
LICENSE Create LICENSE 2022-07-06 15:43:43 -07:00
README.md Update README.md 2022-07-08 18:41:00 -07:00

soudan

A Rust-based comment server using SQLite and an intuitive REST API.