http-rs / tide

Fast and friendly HTTP server framework for async Rust
https://docs.rs/tide
Apache License 2.0
5.04k stars 322 forks source link

Embed Assets to Binary #917

Open poovarasanvasudevan opened 7 months ago

poovarasanvasudevan commented 7 months ago

i came to look on rust_embed where we can embed static files into binary and serve those files with in the binary. that makes applicatin single file.

i looked in examples, is there any way to support rust_embed or any other alternative within tide