A super bare bones pastebin clone implementation in rust
Find a file
2025-08-05 03:07:48 -04:00
src Rustybin v0.1.0 2025-08-05 03:07:48 -04:00
.gitignore Rustybin v0.1.0 2025-08-05 03:07:48 -04:00
Cargo.lock Rustybin v0.1.0 2025-08-05 03:07:48 -04:00
Cargo.toml Rustybin v0.1.0 2025-08-05 03:07:48 -04:00
LICENCE.txt Rustybin v0.1.0 2025-08-05 03:07:48 -04:00
README.md Rustybin v0.1.0 2025-08-05 03:07:48 -04:00

Rustybin

A super bare bones pastebin clone implementation in rust

Features

  • Upload text up to about 64kb
  • Wipes all pastes at midnight UTC
  • Wipes all pastes if there are more than 48k pastes when checked hourly
  • All in memory and no logs
  • 886KB Binary Size

Notes

  • Runs on port 3077
  • Verified to work with cargo build --release --target x86_64-unknown-linux-gnu
  • Made at 2am (It might not be the best code wise)