20 lines
444 B
Markdown
20 lines
444 B
Markdown
|
|
# Redoal
|
||
|
|
|
||
|
|
A library to quantize input path data as a search tree enabling the core functionality of a DHT based path lookup.
|
||
|
|
|
||
|
|
# What it does
|
||
|
|
|
||
|
|
1. Optionally we preprocess input data, normalize, center weight and ensure it's not out of bounds, as a turning function.
|
||
|
|
|
||
|
|
2.
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
# Deserialize and Serialize
|
||
|
|
To encode and decode path data from
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
|
||
|
|
Visual tests can render and offer manual input data input that renders using the lyon crate.
|