mirror of
https://gitea.invidious.io/iv-org/shard-radix.git
synced 2024-08-15 00:43:21 +00:00
7f348cae8c
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
8 lines
146 B
Text
8 lines
146 B
Text
/doc/
|
|
/libs/
|
|
/.crystal/
|
|
/.shards/
|
|
|
|
# Libraries don't need dependency lock
|
|
# Dependencies will be locked in application that uses them
|
|
/shard.lock
|