-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StaticFilesHandler from binary resource #441
Comments
I'm not sure I understand. Simply serving up static files should be straightforward. The |
Yes but I would like to pack the assets into the compiled binary, do you understand what I mean ? Ha this is interesting: https://github.com/pyros2097/rust-embed |
Ah, I see. I don't think the static files handler will quite do it, using that crate or just the For a small number of items some handwritten middleware wouldn't be too much trouble. An |
It would be great to add this feature, I think rust is very good to make portable binaries and this feature can help this ^^ |
Hey @jolhoeft do you have news about it ? :D |
Sorry, I've been swamped by work. It's on my todo list. |
Np @jolhoeft, maybe you have Telegram or other ? |
I'm not on Telegram, I am on Discord and Google chat. There is also Nickel's gitter channel. |
Hmm, okey, btw Telegram is a very cool app :D What is your discord ? |
Are you no longer interested in this feature? I was hoping to work on it this weekend. |
I am jolhoeft#3868 in Discord, btw. |
I'm interested, I think its an important feature! |
Hey,
In the goal to publish a binary that can include a web page, I try to use
StaticFilesHandler
with included resources files, do you think there are an easy way to achieve this ?Cheers
The text was updated successfully, but these errors were encountered: