We have hosted the application rustler in order to run this application in our online workstations with Wine or directly.
Quick description about rustler:
Rustler is a library for writing Erlang NIFs in safe Rust code. That means there should be no ways to crash the BEAM (Erlang VM). The library provides facilities for generating the boilerplate for interacting with the BEAM, handles encoding and decoding of Erlang terms, and catches rust panics before they unwind into C. The library provides functionality for both Erlang and Elixir, however Elixir is favored as of now. The code you write in a Rust NIF should never be able to crash the BEAM. Decoding and encoding rust values into Erlang terms is as easy as a function call. Making a Rust struct encodable and decodable to Erlang or Elixir can be done with a single attribute. Enables you to safely pass a reference to a Rust struct into Erlang code. The struct will be automatically dropped when it's no longer referenced.Features:
- Safety
- Interop
- Type composition
- Resource objects
- Functionality for both Erlang and Elixir
- Add the rustler elixir library as a dependency of your project
- Rustler aims to support the newest three major OTP versions
Programming Language: Rust.
Categories:
©2024. Winfy. All Rights Reserved.
By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.