Some checks failed
CI/CD Pipeline / Test Suite (push) Has been cancelled
CI/CD Pipeline / Security Audit (push) Has been cancelled
CI/CD Pipeline / Performance Benchmarks (push) Has been cancelled
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
CI/CD Pipeline / Build Docker Image (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
CI/CD Pipeline / Cleanup (push) Has been cancelled
26 lines
623 B
Markdown
26 lines
623 B
Markdown
# Project Assets Directory
|
|
|
|
This directory contains downloaded framework assets and templates for this Rustelo implementation.
|
|
|
|
## Directory Structure
|
|
|
|
```
|
|
.rustelo-assets/
|
|
├── cache/ # Cached remote assets
|
|
├── templates/ # Downloaded template files
|
|
├── components/ # Reusable components from framework
|
|
├── styles/ # CSS and styling assets
|
|
└── README.md # This file
|
|
```
|
|
|
|
## Configuration
|
|
|
|
- **Source**: local
|
|
- **Framework Path**: ../rustelo
|
|
- **Cache Enabled**: true
|
|
- **Auto Update**: false
|
|
|
|
## Generated
|
|
|
|
Generated using Rustelo CLI validation process.
|