First things first

Started the typing up of a turning function and path generator
This commit is contained in:
2024-10-26 21:31:03 +02:00
commit 718d42f825
4 changed files with 159 additions and 0 deletions

20
ReadMe.md Normal file
View File

@@ -0,0 +1,20 @@
# 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.