rust-embed-for-web 11.3.0

Rust Macro which embeds files into your executable. A fork of `rust-embed` with a focus on usage on web servers.
Documentation
p, h1 {
  max-width: 64rem;
  margin: 0 auto 2rem auto;

}

h1 {
  text-align: center;
}

.image-container {
  margin: 2rem 48rem 2rem 2rem;
  float: right;
}

img {
  display: inline;
  width: 100%;
  max-height: 16rem;
  object-fit: cover;
}

body {
  background-color: #fff0e4;
}