Helpful additional functionality for Crystal
Find a file
2026-02-15 03:06:22 +00:00
spec Improve time parsing, hopefully 2026-02-10 09:29:17 +00:00
src Truncate time formatting 2026-02-15 03:06:22 +00:00
.editorconfig Initial commit 2022-08-29 10:58:47 +00:00
.gitignore Initial commit 2022-08-29 10:58:47 +00:00
.gitlab-ci.yml Add gitlab CI config 2022-08-30 12:57:56 +00:00
LICENSE Update license address 2025-06-01 14:39:54 +10:00
README.md Update README 2025-11-13 11:03:29 +00:00
shard.yml Fixup each_parallel 2025-04-14 20:10:32 +10:00

Geode

Additional functionality for Crystal.

Geode is opinionated by design and does not shy away from changing stdlib behaviour.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      geode:
        codeberg: willhbr/geode
    
  2. Run shards install

Usage

Either require everything:

require "geode"

Or require just one feature, eg:

require "geode/log"

Contributors