~repos /rust-embed
GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone
https://git.pyrossh.dev/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.
f0996283
—
Buckram 2 years ago
fmt
- tests/include_exclude.rs +1 -1
tests/include_exclude.rs
CHANGED
|
@@ -63,4 +63,4 @@ fn include_symlink() {
|
|
|
63
63
|
assert_eq!(IncludeSymlink::iter().count(), 1);
|
|
64
64
|
assert_eq!(IncludeSymlink::iter().next(), Some(std::borrow::Cow::Borrowed("main.js")));
|
|
65
65
|
assert!(IncludeSymlink::get("main.js").is_some())
|
|
66
|
-
}
|
|
66
|
+
}
|