~repos /rust-embed

#rust#proc-macro#http

git clone https://pyrossh.dev/repos/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.


Files changed (1) hide show
  1. examples/axum-spa/src/main.rs +0 -1
examples/axum-spa/src/main.rs CHANGED
@@ -5,7 +5,6 @@ use axum::{
5
5
  response::{IntoResponse, Response},
6
6
  routing::Router,
7
7
  };
8
- use mime_guess;
9
8
  use rust_embed::RustEmbed;
10
9
  use std::net::SocketAddr;
11
10