Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
Could I use Rust to develop an smart contracts on TON ecosystem.


No, right now you can use only FunC as an high level language to develop smart contract.

To use Rust (or any other language that uses LLVM) you should start by writing a backend for it, than you might be able to produce valid TON VM instructions from rust code.

1
1
Posted one year ago
  
  

Marking this as the correct answer since it was true before Tact was properly developed. For future reference, Tact is a new smart contract language for TON that is closer to Solidity, which might make development easier:

https://github.com/ton-core/tact

Jeremy   one year ago Report
742 Views
0 Answers
one year ago
one year ago