aprender 0.31.2

Next-generation ML framework in pure Rust — `cargo install aprender` for the `apr` CLI
Documentation
<!-- PCU: examples-mem-test-full | contract: contracts/apr-page-examples-mem-test-full-v1.yaml -->
<!-- Example: cargo run -p aprender-core --example none -->
<!-- Status: enforced -->

# Memory Test Full - Comprehensive Memory Validation

This example runs comprehensive memory validation tests including stress testing and leak detection.

**Run command:**
```bash
cargo run --example mem_test_full --release
```

**Topics covered:**
- Large tensor allocation and deallocation
- Memory fragmentation analysis
- Stress testing under memory pressure
- Peak memory tracking

**See also:**
- [Memory Test]./mem-test.md
- [Examples Reference]./examples-reference.md