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.


093fce0LorrensP-2158466 2025-10-18T16:51:20+02:00
fix export of RustEmbed macro
Files changed (1) hide show
  1. src/lib.rs +0 -2
src/lib.rs CHANGED
@@ -3,8 +3,6 @@
3
3
  #[cfg_attr(feature = "compression", doc(hidden))]
4
4
  pub use include_flate::flate;
5
5
 
6
- #[allow(unused_imports)]
7
- #[macro_use]
8
6
  extern crate rust_embed_impl;
9
7
  pub use rust_embed_impl::*;
10
8