-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move validation and id-generation logic into Rust (#32)
* Move validation and id-generation logic into Rust * Update license, CI * Fix CI * Fix CI again * Add missing JS dep * Lock dependencies in CI. Update README
- Loading branch information
1 parent
0930658
commit b2df881
Showing
66 changed files
with
51,401 additions
and
1,528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Tests | |
on: | ||
push: | ||
branches: | ||
- "**" | ||
- "main" | ||
tags-ignore: | ||
- "v*" | ||
pull_request: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
target | ||
.pnpm-debug.log | ||
target/ | ||
bindings/ | ||
.pnpm-debug.log |
Oops, something went wrong.