rs-cache-library icon indicating copy to clipboard operation
rs-cache-library copied to clipboard

feat: rework cache library to be backed by an array

Open advnau opened this issue 10 months ago • 0 comments

array works such that the index is set to the position in the array and also that it will expand when indexes are added. When delete last index is called it will shrink. This is an alternative to https://github.com/Displee/rs-cache-library/pull/70

advnau avatar Apr 15 '25 04:04 advnau