aprender 0.30.0

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

# Memory Test - Memory Validation Example

This example validates memory operations and allocation patterns in Aprender.

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

**Topics covered:**
- Tensor memory allocation
- Memory-mapped file handling
- MMAP vs standard allocation comparison
- Memory pressure testing

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