sciter-sdk / rust-sciter

Rust bindings for Sciter
https://sciter.com
MIT License
805 stars 75 forks source link

SOM support #76

Closed pravic closed 3 years ago

pravic commented 4 years ago

Supported:

Unresolved questions:

  1. auto-generation: based on syntax macros (quick and dirty) and derive-macros.

Syntax macros = just specify a relation between the data+methods and the passport.

Derive macros - properties are easy, but how to collect methods?