Rust Meetup #7

Rust Meetup #7

· 244 words · 2 minutes reading time Talks FFI Coding in Web Apps Event Streaming

This time we had three interesting talks: from Attila Bujaki, Roland Brand and Yasin Gündüz.

  1. Cloud Native Event Streaming (Attila Bujaki)
  2. IDE-level coding in Web Apps (Roland Brand)
  3. Foreign Function Interfaces (Yasin Gündüz)

Cloud Native Event Streaming

Attila Bujaki showed us how you can leverage Oura to create a realtime event-stream from the Cardano Blockchain.

If you are interested, have a look at his slides.

IDE-level coding in Web Apps

Interested in building a web based IDE? Roland Brand showed us a live prototyp which does exactly this. Leveraging the language server protocol (lsp), served with websockets with axum you got autocompletion in his web editor.

You can also have a sneak peak into his slides.

Foreign Function Interfaces

Sadly most of the project you face today in the industry are not greenfield projects, where you can start from scratch. In brownfield projects it's more interesting how you can integrate e.g. a rust written library into already existing projects. Yasin showed us, how you can easily write a rust library, that is consumed in a C++ executable with CXX and Corrosion.

If you are interested, have a look into: