[go: up one dir, main page]

lru 0.1.1

A LRU cache implementation
Documentation
1
2
3
4
5
6
7
# update Cargo.toml
# update CHANGELOG
# commit changes
git tag -a x.y.z -m "Releasing version x.y.z"
git push --tags
cargo package
cargo publish