rust-embed v8.11.0

#rust#proc-macro#http

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.


f099628Buckram 2024-02-22T16:51:28+02:00
fmt
Files changed (1) hide show
  1. 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
+ }