Skip to content

mxhold/pastebin_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pastebin_rs

A simple pastebin server in Rust using Iron

Usage

Start with cargo run, then:

$ echo 'Hello, world!' | curl http://localhost:3000 --data-binary @-
http://localhost:3000/a2c6abfe-4999-4c81-8bfb-aed050529e98

$ curl http://localhost:3000/a2c6abfe-4999-4c81-8bfb-aed050529e98
Hello, world!

About

simple pastebin server in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages