~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.


0d927381 Peter John

4 years ago
Merge pull request #152 from atouchet/badge
Files changed (1) hide show
  1. readme.md +1 -1
readme.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Rust Embed [![Build Status](https://github.com/pyros2097/rust-embed/workflows/Test/badge.svg)](https://github.com/pyros2097/rust-embed/actions?query=workflow%3ATest) [![crates.io](https://meritbadge.herokuapp.com/rust-embed)](https://crates.io/crates/rust-embed)
1
+ ## Rust Embed [![Build Status](https://github.com/pyros2097/rust-embed/workflows/Test/badge.svg)](https://github.com/pyros2097/rust-embed/actions?query=workflow%3ATest) [![crates.io](https://img.shields.io/crates/v/rust-embed.svg)](https://crates.io/crates/rust-embed)
2
2
 
3
3
  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.
4
4