thlorenz / rid

Rust integrated Dart framework providing an easy way to build Flutter apps with Rust.
64 stars 4 forks source link

refac/access-code-module: separate access code #22

Closed thlorenz closed 2 years ago

thlorenz commented 2 years ago

Vec accesses and HashMap accesses and the governing RenderableAccess trait now live in a dedicated module, moved out from field access. Field specific access configs have been changed to just access configs.

Exports now also render vec accesses via the RenderableAccess functions instead of using vec access render directly.