This shard provides facilities for checking whether a constant exists at compile time, and for a variety of different conditional compilation options. Code can be conditionally compiled based on the existence of a constant, version number constraints, or whether an environment variable is set truthy or not.
created at June 17, 2021, 1:47 p.m.
This is a Crystal implementation of a Splay Tree; which is a type of binary search tree that is semi-balanced and that tends to self-optimize so that the most accessed items are the fastest to retrieve.
created at Oct. 22, 2020, 9:56 p.m.
This is a small UUID library that implements a chronologically sortable UUID.
created at March 18, 2021, 9:15 p.m.
This implements a port of the Ruby Serf Handler gem -- https://github.com/wyhaines/serf-handler -- as a library that can be used to easily build compiled, distributable handler binaries using the Crystal language.
created at March 4, 2021, 10:48 p.m.