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


3ae5a2c2 Peter John

1 year ago
Update readme.md
Files changed (1) hide show
  1. readme.md +6 -0
readme.md CHANGED
@@ -1,3 +1,9 @@
1
+ # ** Decomissioning of my github profile **
2
+
3
+ New rust-embed location,
4
+ **https://git.sr.ht/~pyrossh/rust-embed**
5
+
6
+
1
7
  ## 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
8
 
3
9
  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.