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
Clean up API in preparation for future 2.0 release (#15)
* Rename num_entries to len, and evict_all to clear
Change the names of these methods to be more consistent with other Rust
libraries. The old names are still available but marked as deprecated.
They will be removed in the next major release.
* Deprecate `front` and `front_mut`.
These methods are not useful for external code, and will be made private
in the next major release.
* Bump version to 1.1.0