PasteDev is a lightweight pastebin written on rust and inspired by haste and termbin.
Hosted on paste.dev.su .
First attempt at doing something useful with rust.
You can also paste text using socket provider on 9999 port.
cat something | nc paste.dev.su 9999
- Save without waiting for EOF
- Body size limit
- Optimize frontend for large files (Slow render)
- Github workflow (Deploy to registry)
- Icon and preview for the site
- Support for new databases
- Instruction for installation
- Response with raw format (possibly)