Skip to content

Commit

Permalink
Initialize the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Aug 7, 2024
0 parents commit 7a085cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.build
11 changes: 11 additions & 0 deletions README.md
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.

0 comments on commit 7a085cd

Please sign in to comment.