Skip to content

Commit 3540027

Browse files
committed
feat!: rewrite project in Rust
BREAKING CHANGE: The entire project has been refactored and rewritten in Rust. Previous JavaScript implementation and related files have been removed. All usage, configuration, and build processes are now based on the Rust version.
1 parent f08b360 commit 3540027

File tree

13 files changed

+515
-9177
lines changed

13 files changed

+515
-9177
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ report.txt
77
dist
88
temp
99
sea-prep.blob
10+
target/**

.vscode/settings.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,12 @@
55
"source.fixAll.eslint": "always",
66
"source.fixAll.prettier": "always"
77
},
8-
"cSpell.words": ["codesign", "postject", "reloc", "signtool", "taze"]
8+
"cSpell.words": [
9+
"chrono",
10+
"codesign",
11+
"postject",
12+
"reloc",
13+
"signtool",
14+
"taze"
15+
]
916
}

CHANGELOG.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)