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
Some project might want to check if the Apple-way is populated for compatibility and use xdg otherwise, is it possible to have a strategy that does that automatically or make an enum for the AppStrategy in any case?
The text was updated successfully, but these errors were encountered:
It should be easy to create an instance of AppleStrategy & check the locations and then use other strategies if required. I don't think it makes a lot of sense to create a wrapper in this crate, since there could be a lot of desired combinations. Instead of an enum, you could use a boxed trait in your code to abstract it away.
Some project might want to check if the Apple-way is populated for compatibility and use xdg otherwise, is it possible to have a strategy that does that automatically or make an enum for the AppStrategy in any case?
The text was updated successfully, but these errors were encountered: