A super bare bones pastebin clone implementation in rust
- Rust 100%
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENCE.txt | ||
| README.md | ||
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)