Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattherix/pastebin
https://github.com/mattherix/pastebin
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattherix/pastebin
- Owner: Mattherix
- Created: 2023-01-05T20:57:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T22:00:41.000Z (10 months ago)
- Last Synced: 2024-03-17T23:19:47.039Z (10 months ago)
- Language: Rust
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pastebin
A pastebin clone written in rust using actix web.
Inspired by a [tutorial](https://rocket.rs/v0.5-rc/guide/pastebin-tutorial/#pastebin-tutorial) made by rocket.rs