Crates.io | pastemd |
lib.rs | pastemd |
version | 0.6.0 |
source | src |
created_at | 2024-06-11 21:29:22.701468 |
updated_at | 2024-08-09 19:00:03.319748 |
description | Pluggable pastebin backend |
homepage | |
repository | https://github.com/hkauso/pastemd |
max_upload_size | |
id | 1268917 |
size | 45,831 |
pastemd
is a lightweight and pluggable library for creating pastebin services.
An example/template can be found at https://github.com/hkauso/sealable.
Pastemd uses a Dorsal-based backend which supports multiple database types. Please see the original source for more current development.
Pastemd only handles the database and API routes (with Axum). It is encouraged you build your own frontend around the API or use the source to learn how to write your own pastebin API.