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


14d3817b Paolo Barbolini

5 years ago
readme: add the warp example
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`