allframe 0.1.12

Complete Rust web framework with built-in HTTP/2 server, REST/GraphQL/gRPC, compile-time DI, CQRS - TDD from day zero
Documentation
# Rust
# Generated by Cargo
target/
Cargo.lock

# Build artifacts
*.o
*.a
*.so
*.dylib
*.dll
*.exe

# Test artifacts
*.profraw
*.profdata

# Coverage reports
coverage/
*.gcda
*.gcno
lcov.info
cobertura.xml
tarpaulin-report.html

# Cargo-generated files
**/*.rs.bk
*.pdb

# Remove Cargo.lock from gitignore for binary crates
# (For library crates, Cargo.lock should be ignored)
# Uncomment if this becomes a binary-only project:
# !Cargo.lock

# IDEs and Editors
# VS Code
.vscode/
*.code-workspace

# IntelliJ IDEA / CLion / RustRover
.idea/
*.iml
*.ipr
*.iws
.fleet/

# Vim
*.swp
*.swo
*~
.vim/

# Emacs
*~
\#*\#
.\#*

# Sublime Text
*.sublime-project
*.sublime-workspace

# Zed
.zed/

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*

# Linux
*~
.fuse_hidden*
.directory
.Trash-*

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# Backup files
*.bak
*.tmp
*.temp

# Documentation build artifacts
/target/doc/
book/
docs/book/

# Benchmarks
target/criterion/
*.bench

# Examples build artifacts
examples/*/target/

# Test temporary files
test_output/
tmp/
temp/

# Rust Analyzer
rust-project.json

# CI/CD
.github/workflows/*.log

# Environment files
.env
.env.local
.env.*.local
.envrc

# Database files (for testing)
*.db
*.sqlite
*.sqlite3

# Logs
*.log
logs/

# Generated files from tests
tests/fixtures/generated/
tests/tmp/

# LLVM coverage
*.profdata
*.profraw
default.profraw

# Flamegraph
flamegraph.svg
perf.data
perf.data.old

# Valgrind
vgcore.*
*.valgrind

# Profiling
*.perf

# Local configuration
.local/
local/

# Build caches
.cache/
.build/

# Package manager artifacts
node_modules/ # If mixing with JS/TS tools
.pnp/
.pnp.js

# AllFrame-specific
# Generated example projects from tests
tests/tmp_projects/
examples/generated/

# LLM code generation artifacts (allframe forge)
.forge/
forge_output/

# MCP server runtime data
.mcp/
mcp_state/

# Deployment artifacts
deploy/
.deploy/
k8s/generated/

# Benchmark results
benchmarks/results/
benches/results/

# Property test regressions
proptest-regressions/

# Fuzzing artifacts
fuzz/artifacts/
fuzz/corpus/

# Nix
result
result-*

# direnv
.direnv/

# asdf
.tool-versions