~repos /rust-embed

#rust#proc-macro#http

git clone https://pyrossh.dev/repos/rust-embed.git
Discussions: https://groups.google.com/g/rust-embed-devs

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


Files changed (1) hide show
  1. readme.md +4 -0
readme.md CHANGED
@@ -132,6 +132,10 @@ Note: To run the `rocket` example, add the `nightly` feature flag and run on a n
132
132
 
133
133
  `cargo +nightly run --example rocket --features nightly`
134
134
 
135
+ Note: To run the `warp` example:
136
+
137
+ `cargo run --example warp --features warp-ex`
138
+
135
139
  ## Testing
136
140
 
137
141
  debug: `cargo test --test lib`