~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
@@ -159,6 +159,10 @@ Note: To run the `warp` example:
159
159
 
160
160
  `cargo run --example warp --features warp-ex`
161
161
 
162
+ Note: To run the `axum` example:
163
+
164
+ `cargo run --example axum --features axum-ex`
165
+
162
166
  ## Testing
163
167
 
164
168
  debug: `cargo test --test lib`