nlfmt-serve 0.5.3

quickly serve files from a directory in your local network
Documentation
1
2
3
4
5
6
use rust_embed::RustEmbed;


#[derive(RustEmbed)]
#[folder = "app/dist"]
pub struct Assets;