lru_time_cache 0.11.11

Implementation of a Least Recently Used caching algorithm in a container which may be limited by size or time, ordered by most recently seen.
Documentation
1
2
3
4
5
6
#!/bin/bash

set -x -e

cargo clippy "$@"
cargo clippy "$@" --profile test