Initial Release of the generally Hash-compatible Splay Tree Map for Crystal
This is the first release of this data structure as a standalone library. It provides a generally Hash-compatible data structure for Crystal that supports key/value looking, all of the convenience methods of a Hash, and can easily be size restricted with deletion of the data that is generally least utilized, making it a nice data structure for a cache.