From 36643faefb165243966623b4b53378f170ed9be7 Mon Sep 17 00:00:00 2001 From: Victor Polevoy Date: Mon, 25 Jul 2016 13:59:21 +0400 Subject: [PATCH] Added urlshortener-rs library. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c765d6..200f66b 100644 --- a/README.md +++ b/README.md @@ -656,6 +656,7 @@ See also [Rust web framework comparison](https://github.com/flosse/rust-web-fram * [tiny-http](https://github.com/frewsxcv/tiny-http) — Low level HTTP server library [](https://travis-ci.org/frewsxcv/tiny-http) * [WebSocket](https://datatracker.ietf.org/doc/rfc6455/) * [cyderize/rust-websocket](https://github.com/cyderize/rust-websocket) — a framework for dealing with WebSocket connections (both clients and servers) [](https://travis-ci.org/cyderize/rust-websocket) + * [vityafx/urlshortener-rs](https://github.com/vityafx/urlshortener-rs) [[urlshortener](https://crates.io/crates/urlshortener)] — A very simple urlshortener library for Rust. [](https://travis-ci.org/vityafx/urlshortener-rs) * [housleyjk/ws-rs](https://github.com/housleyjk/ws-rs) — lightweight, event-driven WebSockets for Rust [](https://travis-ci.org/housleyjk/ws-rs)