blog.elnu.com/content/posts/soudan-a-comment-system-built-with-rust.md
2022-07-24 11:34:50 -07:00

13 lines
652 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Soudan: a Comment System Built With Rust!"
date: 2022-07-24
---
I just finished working on Soudan, a Rust-based comment system!
Its now live on all posts on this site, feel free to give it a go in the comments at the bottom of the page! Markdown formatting is supported. If you submit your email address, it wont be public, and is only used to display your [Gravatar](https://gravatar.com/), if you have one.
Soudan is named after the word 相談 in Japanese, which means *discussion* or *consultation*.
The source code is available on GitHub [here](https://github.com/ElnuDev/soudan) under the GNU General Public License v3.0.