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


file:

examples/public/main.css

body {
color:#000000;
font-family:sans-serif;
font-size: small;
font-style: italic;
font-weight: bold;
}
table.hh {
border:1px solid gray;
}
bor { border: 1px;}