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


80b24a27 pyrossh

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