rustnn 0.5.1

W3C WebNN implementation with ONNX, CoreML, and TensorRT backends [DO NOT USE IN PRODUCTION - Development Release]
Documentation
# Rust
/target
Cargo.lock

# Python
.venv*
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
*.whl

# Virtual environments
.venv/
.venv-webnn/
venv/
ENV/
env/

# Generated models
*.onnx
*.mlmodel
*.bin

# Generated training artifacts (root only)
/trained_model.json
/simple_model.json
/*_model.json

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store