serf-handler.cr in veelenga/awesome-crystal

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.

updated at Aug. 16, 2021, 3:20 a.m.

Crystal

2 +0

1 +0

0 +0

GitHub
splay_tree_map.cr in veelenga/awesome-crystal

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.

updated at May 16, 2023, 9:35 a.m.

Crystal

3 +0

14 +0

1 +0

GitHub
csuuid.cr in veelenga/awesome-crystal

This is a small UUID library that implements a chronologically sortable UUID.

updated at June 12, 2023, 3:38 p.m.

Crystal

2 +0

15 +0

2 +1

GitHub
defined.cr in veelenga/awesome-crystal

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.

updated at Sept. 22, 2023, 5:31 a.m.

Crystal

3 +0

17 +0

1 +0

GitHub