boxcap 0.1.0

Common project structure for creating rust projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Virtual environment
env/

# Build
target/

# IDE settings
.vscode/

# Miscellaneous
temp/
startdb.sh

# config
config.json