Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 395 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 395 Bytes

A super simple "blazingly fast" rust clone of Jes Olson's vore.website, written in an afternoon to learn a bit more about rust and web development.

Stuff to note:

  • Uses an embedded database (not sql) like vore.
  • All feeds are accesible by all users.
  • The async rss update might cause some issues
  • No guarantees on security

Run with cargo run