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.
c7b12c8
— Ryan Lopopolo
2019-06-24T02:15:21+01:00
fixup test
tests/interpolated_path.rs
CHANGED
|
@@ -3,7 +3,7 @@ extern crate rust_embed;
|
|
|
3
3
|
|
|
4
4
|
/// Test doc comment
|
|
5
5
|
#[derive(RustEmbed)]
|
|
6
|
-
#[folder = "$
|
|
6
|
+
#[folder = "$CARGO_MANIFEST_DIR/examples/public/"]
|
|
7
7
|
struct Asset;
|
|
8
8
|
|
|
9
9
|
#[test]
|