Re: Rust SDK design docs/notes

2023-06-21 Thread Robert Burke
I threw in some Go specific comments and links. Especially needed to call out that we try to avoid the Magic Type Synthesis Path for types and Casting pointers to functions after looking Them Up In the Debug symbol table. For Go at least, both had robustness or performance issues that may or may

Rust SDK design docs/notes

2023-06-20 Thread Steven van Rossum via dev
Hi all, Work continues on a Rust SDK at https://github.com/laysakura/beam and design docs/notes are being collected at https://github.com/laysakura/beam/wiki/Design-docs if anyone wants to leave a comment or get engaged in design. It's a bit bare bones right now, but we've got a bunch more topics