~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.


4ab417b4 frederikhors

3 years ago
remove redundant mime_guess import
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