From 849d69a34cd8ea22ba5b0309a77571b41d8ba054 Mon Sep 17 00:00:00 2001 From: Viktor Lazarev Date: Mon, 24 Jun 2019 09:52:26 +0200 Subject: [PATCH] Add Seed web framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 231a2ff..2e32c1b 100644 --- a/README.md +++ b/README.md @@ -1269,6 +1269,7 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c * [cargo-web](https://crates.io/crates/cargo-web) — A Cargo subcommand for the client-side Web [![Build Status](https://api.travis-ci.org/koute/cargo-web.svg)](https://travis-ci.org/koute/cargo-web) * [stdweb](https://crates.io/crates/stdweb) — A standard library for the client-side Web [![Build Status](https://api.travis-ci.org/koute/stdweb.svg)](https://travis-ci.org/koute/stdweb) * [yew](https://crates.io/crates/yew) — Rust framework for making client web apps + * [seed](https://github.com/David-OConnor/seed) - A Rust framework for creating web apps [![Build Status](https://api.travis-ci.org/David-OConnor/seed.svg?branch=master)](https://travis-ci.org/David-OConnor/seed) * HTTP Client * [alexcrichton/curl-rust](https://github.com/alexcrichton/curl-rust) — [libcurl](https://curl.haxx.se/libcurl/) bindings [](https://travis-ci.org/alexcrichton/curl-rust) * [hyperium/hyper](https://github.com/hyperium/hyper) — an HTTP implementation [](https://travis-ci.org/hyperium/hyper)