this post was submitted on 13 Apr 2025
5 points (100.0% liked)

Crystal

61 readers
1 users here now

A community for discussing and posting things relating to the crystal programming language

Looking for mods, if you want to mod the community feel free to dm Ategon

https://crystal-lang.org/

founded 1 year ago
MODERATORS
 

I created a marisa.cr library and wanted to share it around.

usage: ``require "marisa"

trie = Marisa::Trie.new trie.add("snow") trie.add("snow cone") trie << "ice cream" # same as add ``

More info in the link

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here