pastemd

Crates.iopastemd
lib.rspastemd
version0.6.0
sourcesrc
created_at2024-06-11 21:29:22.701468
updated_at2024-08-09 19:00:03.319748
descriptionPluggable pastebin backend
homepage
repositoryhttps://github.com/hkauso/pastemd
max_upload_size
id1268917
size45,831
(hkauso)

documentation

https://docs.rs/pastemd

README

🦀 pastemd

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.

Commit count: 35

cargo fmt