-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate a default Rust binding (#302)
* first pass * actor * fix * recursion point * test * fix * fix recursion * fix semicolon * impl * fix * rename * didc * output only defs from actor * fix
- Loading branch information
1 parent
c477d01
commit cedef7a
Showing
17 changed files
with
852 additions
and
10 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
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 |
---|---|---|
|
@@ -5,4 +5,5 @@ pub mod analysis; | |
pub mod candid; | ||
pub mod javascript; | ||
pub mod motoko; | ||
pub mod rust; | ||
pub mod typescript; |
Oops, something went wrong.