luislavena / radix

Radix Tree implementation for Crystal
MIT License
102 stars 14 forks source link

Pretty Printing #35

Open stellarpower opened 5 months ago

stellarpower commented 5 months ago

Basic implementation of pretty-printing a tree. Generated by copilot and could do with some expansion and customisation options (indentation, display characters like unix tree; display payload or not), but is a starting point.