rust-embed v8.11.0
git clone https://git.pyrossh.dev/rust-embed
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
14d3817
— Paolo Barbolini
2020-02-24T13:40:22+01:00
readme: add the warp example
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`
|