rustic_core icon indicating copy to clipboard operation
rustic_core copied to clipboard

Harmonize `cache` dependencies

Open simonsan opened this issue 1 year ago • 0 comments

We pull in cached and quick_cache. cached basically gives a very convenient macro to use which we only use to cache uid/gid to names mappings. But we maybe able to replace it with quick_cache or vice versa. In general, it should be fine to use a single implementation for caching and don't pull in as much dependencies.

simonsan avatar Jan 29 '24 14:01 simonsan