aprender 0.31.2

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

# Qwen APR Native - Native APR Format Inference

This example demonstrates Qwen model inference using the native APR format.

**Run command:**
```bash
cargo run --example qwen_apr_native --release --features inference
```

**Topics covered:**
- APR format loading and validation
- Native tensor format performance
- Qwen model architecture
- Optimized inference pipeline

**See also:**
- [Qwen Inference]./qwen-inference.md
- [Qwen Chat]./qwen-chat.md
- [APR Format Deep Dive]./apr-format-deep-dive.md
- [Examples Reference]./examples-reference.md