Skip to content

Commit

Permalink
feat(imt): add rust implementation of imt (#134)
Browse files Browse the repository at this point in the history
* feat(imt): add rust implementation of imt

re #133

* feat(imt-rs): add more methods to imt-rs

* test(imt-rs): remove nextest dependency for rust tests

* chore: minor fixes

* refactor: break into modules

* fix(imt-rs): updated th e package.json and updated lib.rs

BREAKING CHANGE: N

re #133
  • Loading branch information
Arch0125 authored Jul 11, 2024
1 parent c965623 commit 2aa5c8e
Show file tree
Hide file tree
Showing 9 changed files with 3,463 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"_test": "jest --coverage",
"test": "turbo _test",
"test:library": "jest packages/${0}",
"test:rust": "cd packages/imt-rs && yarn test",
"version:bump": "yarn workspace @zk-kit/${0} version ${1} && yarn remove:stable-version-field ${0} && NO_HOOK=1 git commit -am \"chore(${0}): v${1}\" && git tag ${0}-v${1}",
"version:publish": "yarn workspaces foreach -A --no-private npm publish --tolerate-republish --access public",
"version:release": "changelogithub",
Expand Down
1 change: 1 addition & 0 deletions packages/imt-rs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
Loading

0 comments on commit 2aa5c8e

Please sign in to comment.