Skip to content

Commit ba05378

Browse files
committed
Refactor into one package, fix numeric types, add update script
1 parent 1b2a460 commit ba05378

File tree

356 files changed

+6990
-932
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

356 files changed

+6990
-932
lines changed

.gitignore

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
1+
# Rust build artifacts
12
/target/
2-
Cargo.lock
3+
**/*.rs.bk
4+
*.pdb
5+
6+
# Cargo lock file (uncomment if this is an application)
7+
# Cargo.lock
8+
9+
# IDE files
10+
.idea/
11+
.vscode/
12+
*.swp
13+
*.swo
14+
*~
15+
.DS_Store
16+
17+
# Environment variables
18+
.env
19+
.env.local
20+
.env.*.local
21+
22+
# Project specific
23+
# Downloaded OpenAPI spec
24+
openapi.json
25+
openapi.yaml
26+
27+
# Logs
28+
*.log
29+
logs/

0 commit comments

Comments
 (0)