RADYX - A Basic Radix Tree Implementation
A Rust implementation of a Radix Tree (also known as a Compact Prefix Tree) designed to be efficient, scalable, and easy to use. Radix Trees are widely used in applications such as autocomplete systems, routing tables, and prefix-based search.
Installation
Add the following to your Cargo.toml:
[]
= "*"
or use the cargo cli
Usage
use Radyx;
let mut node: = default;
node.insert;
node.insert;
assert_eq!;