shard-radix/spec/spec_helper.cr
Luis Lavena 7f348cae8c Extraction: initial import
Extract Radix Tree implementation from `Beryl` project into an
standalone library to facilitate usage by other developers.

- Move `Tree`, `Node` and `Result` into `Radix` namespace
- Clenaup standalone README and describe usage
2016-01-24 19:19:42 -03:00

3 lines
38 B
Crystal

require "spec"
require "../src/radix"