execgo-runtime 1.0.0-b1

Adaptive data-plane runtime for ExecGo with HTTP API, CLI, capability negotiation, and local resource ledger
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Rust
/target/
**/*.rs.bk

# 本地运行数据(开发/演示)
/data/
/.quickstart-data/

# SQLite / WAL
*.db
*.db-shm
*.db-wal

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