hodu 0.1.6

A user-friendly ML framework built in Rust for rapid prototyping and embedded deployment
Documentation
# TODOS.md

This document outlines goals for **Release**, not Pre-Release.
Items may be added at any time.

## hodu_core

**Serialization:**
- To be determined

**Embedded System Stabilization:**
- [ ] Stabilize embedded platform support

**Backend:**
- [ ] CPU SIMD support
- [ ] CUDA support
- [ ] Metal support

**Scripting:**
- [ ] XLA optimization

## hodu_nn

- [x] Implement pooling layers
- [ ] Implement normalization layers
- [ ] Implement attention layers

## hodu_data

- [ ] Implement Dataset

## hodu_onnx

- [ ] ONNX integration