~repos /rust-embed

#rust#proc-macro#http

git clone https://pyrossh.dev/repos/rust-embed.git

rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.


b943f43f pyros2097

7 years ago
Remove unneccessary links to my other projects
Files changed (1) hide show
  1. readme.md +1 -5
readme.md CHANGED
@@ -1,11 +1,7 @@
1
1
  ## Rust Embed [![Build Status](https://travis-ci.org/pyros2097/rust-embed.svg?branch=master)](https://travis-ci.org/pyros2097/rust-embed) [![crates.io](http://meritbadge.herokuapp.com/rust-embed)](https://crates.io/crates/rust-embed)
2
2
  Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
3
3
 
4
- You can use this to embed your css, js and images into a single executable.
4
+ You can use this to embed your css, js and images into a single executable which can be deployed to your servers. Also it makes it easy to build a very small docker image for you to deploy.
5
-
6
- This is similar to [go-embed](https://github.com/pyros2097/go-embed).
7
-
8
- This is similar to [pony-embed](https://github.com/pyros2097/pony-embed).
9
5
 
10
6
  ## Installation
11
7