You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it seems like it is only possible to serve asset files via file system or via HTTP.
While this is totally fine for a cli application, I have been wondering, if this would not be a nice addon for the rust crate. Since temporary file handling within a single application feels a bit clunky to me.
Would it be possible to add an option to serve assets in memory for example via map<String, vec>?
Many thanks in advance.
The text was updated successfully, but these errors were encountered:
Currently it seems like it is only possible to serve asset files via file system or via HTTP.
While this is totally fine for a cli application, I have been wondering, if this would not be a nice addon for the rust crate. Since temporary file handling within a single application feels a bit clunky to me.
Would it be possible to add an option to serve assets in memory for example via map<String, vec>?
Many thanks in advance.
The text was updated successfully, but these errors were encountered: