-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7a085cd
Showing
2 changed files
with
12 additions
and
0 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
.build |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Rust Demo Semantics | ||
=================== | ||
|
||
This is a semantics for a subset of Rust + and a subset of the MultiversX | ||
extensions that is easy to implement. | ||
|
||
As an example, a lot of Rust features are not supported, or are supported | ||
only for parsing (e.g., structs, inheritance, modules, imports). | ||
Also, this semantics relies on top-level traits being annotated with | ||
#[multiversx_sc::contract], and allows calls to methods declared in these | ||
traits. |