foundry-rs 0.6.21

Configuration-driven REST backend library for Rust with PostgreSQL — define schemas, tables, and APIs in JSON, get a production-grade REST service.
Documentation
# Build output
/target/
**/target/

# Cargo
Cargo.lock

# Rust analyzer / IDE
.idea/
.vscode/
*.rs.bk

# Editor
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Env and secrets
.env
.env.local
.env.*.local
*.pem

# Debug (Windows)
Debug/
Release/

# Test / coverage
coverage/
*.profraw
*.profdata

# Misc
*.log
*.tmp
.cursor

CLAUDE.md

docs