oxidizedgraph 0.1.1

A humble attempt at LangGraph in Rust - R-LangGraph framework for building AI agent workflows
Documentation
# Rust build artifacts
target/
Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*.iml

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
.dev.vars

# Editor backup files
*~
\#*\#

# Debug
*.pdb

# Coverage reports
*.profraw
coverage/