Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haaarshsingh/snip
Fast pastebin written in Rust
https://github.com/haaarshsingh/snip
actix-web nextjs pastebin rust typescript
Last synced: 1 day ago
JSON representation
Fast pastebin written in Rust
- Host: GitHub
- URL: https://github.com/haaarshsingh/snip
- Owner: haaarshsingh
- License: gpl-3.0
- Created: 2022-08-14T06:29:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T00:38:47.000Z (about 2 months ago)
- Last Synced: 2025-01-08T11:44:55.804Z (2 days ago)
- Topics: actix-web, nextjs, pastebin, rust, typescript
- Language: TypeScript
- Homepage: https://snip.tf
- Size: 2.44 MB
- Stars: 64
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
![image](https://snip.tf/og.png)
Modern Pastebin written in Rust.
Live
·
API Docs
·
Discord Bot
·
CLI
·
License
## Features
- Multi-file snippets
- Snip Expiry
- Accessible and beautiful interface
- CodeMirror Editor
- 98 languages supported
- Forking snippets
- Fast and free API
- Downloading files (.zip)
- Discord Bot
- CLI## What's inside?
Welcome to the snip monorepo. It consists of the following:
### Apps
- [`client`](https://github.com/haaarshsingh/snip/tree/main/client) — the frontend client built with Next.
### Packages
- [`server`](https://github.com/haaarshsingh/snip/tree/main/server) — the backend server built with Actix Web.
- [`bot`](https://github.com/haaarshsingh/snip/tree/main/bot) — the Discord bot built with Serenity.
- [`cli`](https://github.com/haaarshsingh/snip/tree/main/cli) — the CLI written in plain ol' Rust.Refer to the README within each individual project on how to build and run the project.