Allow different versions of static files#60
Merged
Conversation
kilork
commented
Aug 22, 2025
Owner
- added trait for collection used
- added examples to release
- use env vars for template
- multiple example repos in release
- added builtin-03 feature, cleanup tests and docs, split release example update into safe parts
- do not forget change-detection feature for builtin dep
- restore default features
…le update into safe parts
Owner
Author
|
As we have very nice crate static-files-actix-web, I plan to use this crate to provide more correct in term of deps version. |
| use std::{collections::HashMap, ops::Deref, rc::Rc}; | ||
| use std::{collections::HashMap, ops::Deref, rc::Rc, sync::Arc}; | ||
|
|
||
| pub type DefaultResourceFiles = HashMap<&'static str, Resource>; |
There was a problem hiding this comment.
Is it intentional, that ResourceFile is not implemented for DefaultResourceFiles? 🤔
Owner
Author
There was a problem hiding this comment.
It should not, as it is intended to be implemented for the Resource type.
There was a problem hiding this comment.
Ah, now I get my mistake. I did not have the new static-files-03 feature enabled causing an compilation error that this is required.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.