~repos /rust-embed

#rust#proc-macro#http

git clone https://pyrossh.dev/repos/rust-embed.git

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

1 year ago
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
+ }