From 344bcfce10647748444695d3aa302ba3bb241310 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 3 Jul 2022 01:46:46 +0100 Subject: [PATCH] add rustus to showcase --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf2b854..1d6a686 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,10 @@ - [Atomic-Server](https://github.com/joepio/atomic-data-rust/): Graph database with a dynamic schema, authorization and full text search. - [Operator](https://github.com/mkantor/operator): A web server for static and dynamic content. - [RCOS Telescope](https://github.com/rcos/Telescope): The RCOS website and Discord bot. -- [WebThings Registration Server](https://github.com/WebThingsIO/registration_server): Exposes an HTTP API that lets you register a WebThings Gateway for tunneling support. +- [WebThings Registration Server](https://github.com/WebThingsIO/registration_server): Exposes an HTTP API that lets you register a WebThings Gateway for tunneling support - [pict-rs](https://git.asonix.dog/asonix/pict-rs): An image host API service - [rustypaste](https://github.com/orhun/rustypaste): A minimal file upload/pastebin service +- [rustus](https://github.com/s3rius/rustus): A TUS protocol implementation that helps you handle file uploads ## Community Articles, Example Apps, Starters & Boilerplate Projects