1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-03 05:10:17 +02:00

Add pyros2097/rust-embed to Web Programming/Miscellaneous

This commit is contained in:
pyros2097 2018-03-13 20:55:38 +05:30 committed by GitHub
parent 50bef3c0ca
commit 97fa3a2d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1019,6 +1019,7 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c
* Miscellaneous
* [cargonauts](https://github.com/cargonauts-rs/cargonauts) — A web framework intended for building maintainable, well-factored web apps.
* [doublifyapis/toolkit-rust](https://github.com/doublifyapis/toolkit-rust) — Doublify API toolkit for Rust [<img src="https://api.travis-ci.org/doublifyapis/toolkit-rust.svg?branch=master">](https://travis-ci.org/doublifyapis/toolkit-rust)
* [pyros2097/rust-embed](https://github.com/pyros2097/rust-embed) — A macro to embed static assets into the rust binary
* Static Site Generators
* [Keats/gutenberg](https://github.com/Keats/gutenberg) [[gutenberg](https://www.getgutenberg.io/)] — An opinionated static site generator with everything built-in. [![Build Status](https://api.travis-ci.org/Keats/gutenberg.svg?branch=master)](https://travis-ci.org/Keats/gutenberg)