wyhaines / defined.crLinks
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.
☆18Updated 11 months ago
Alternatives and similar repositories for defined.cr
Users that are interested in defined.cr are comparing it to the libraries listed below
Sorting:
- A key/value store where pairs can expire after a specified interval☆44Updated 2 weeks ago
- A pure Crystal implementation of BlurHash algorithm☆25Updated last year
- ☆34Updated 4 years ago
- A collection of concurrency utilities for Crystal, leveraging Fibers and channels.☆18Updated 3 years ago
- Crystal bindings to the LZ4 compression library☆16Updated 2 years ago
- An event-centric publisher/subscribe model for objects inspired by the Qt framework☆38Updated 4 years ago
- Shard for creating separate groups of fibers in a hierarchical way and to collect results and errors in a structured way.☆33Updated last year
- Dijkstra's algorithm using a priority queue in Crystal☆14Updated last year
- ☆18Updated 3 years ago
- A tool to perform benchmarks☆14Updated 2 years ago
- Crystal annotations☆22Updated 4 years ago
- A Crystal implementation of fastimage – library that finds the dimensions and type of an image fetching as little as needed☆25Updated 4 years ago
- Synchronization primitives to build concurrent and parallel-safe data structures in Crystal☆18Updated 10 months ago
- JoobQ is a fast, efficient asynchronous reliable job queue and job scheduler library processing. Jobs are submitted to a job queue, where…☆32Updated 9 months ago
- A logger with maximum customizability and surgical precision☆21Updated 3 years ago
- ☆42Updated last month
- Crystal language Tar Module implements access to tar archives.☆39Updated last year
- Application Development Toolkit for Crystal Language☆24Updated 2 months ago
- A thread-safe wrapper for stateful objects☆13Updated 4 years ago
- Crystal wrapper for parsing .xlsx spreadsheets☆18Updated 3 weeks ago
- Crystal implementation of the Haversine formula to calculate distances between two points given their latitudes and longitudes☆17Updated 3 weeks ago
- Small test framework, because it has power asserts as the only assertion.☆32Updated 4 months ago
- Advanced time, calendar, schedule, and remind library for Crystal☆23Updated last year
- Sitemap generator for Crystal apps☆29Updated 2 years ago
- An implementation of WaitGroup modeled after golang's sync.WaitGroup☆10Updated 5 years ago
- Markout is an awesome Crystal DSL for HTML☆22Updated 3 months ago
- Schemas come to solve a simple problem. Sometimes we would like to have type-safe guarantee params when parsing HTTP parameters or Hash(S…☆33Updated 2 years ago
- Crystal bindings to the Google brotli compression library☆26Updated 4 years ago
- Snappy compression format reader/writer for Crystal☆18Updated 4 years ago
- A testing library that allows "time travel," "freezing time," and "time acceleration". Inspired by the ruby-timecop library.