Latest #rust Threads Top

ancatrusca
New BEAM There, Done That episode worth a read for anyone who’s had to defend an Elixir choice against teams pushing for Go, Rust, or Nod...
New
ringvold
Hey! :waving_hand: I made a thing! Well, mostly Claude but I did have some say in the matter. :grinning_face_with_smiling_eyes: It is a...
New
cortfritz
Elixir NIF wrapper around the Rust rstar R*-tree spatial index. Stores {x, y} points with optional arbitrary Elixir term data, backed by ...
New
WyvernoDragon
I’ve been working on pgRx: a query engine that uses BEAM lightweight processes instead of PostgreSQL’s fork-per-connection model. The nu...
New
wolf4earth
Every protocol you’ve shipped assumes the spec doesn’t change during the connection. This one doesn’t. Code is typed, composable, content...
New
Benjamin-Philip
The Functionality section in the erl_nif docs mention 3 different strategies for long running NIFs: Yielding NIFs, Threaded NIFs and Dirt...
New
thanos
ExArrow – Apache Arrow IPC, Flight & ADBC Support for Elixir I’m announcing the public release of ExArrow: ExArrow provides a focuse...
New
mcass19
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
mudasobwa
This is not exactly elixir library announcement, but I think it might be useful for alchemists. For some good, I needed an actor model i...
New
biportal
Hi, I recently thought about a name for this Stack: Rust + Elixir + Phoenix. I came up with Runix (RuNix) and blogged about it on Medium....
New

This Week's Trending Top

mcass19
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New

This Month's Trending Top

ancatrusca
New BEAM There, Done That episode worth a read for anyone who’s had to defend an Elixir choice against teams pushing for Go, Rust, or Nod...
New

This Year's Trending Top

biportal
Hi, I recently thought about a name for this Stack: Rust + Elixir + Phoenix. I came up with Runix (RuNix) and blogged about it on Medium....
New
Benjamin-Philip
The Functionality section in the erl_nif docs mention 3 different strategies for long running NIFs: Yielding NIFs, Threaded NIFs and Dirt...
New
fuelen
HTML2Text provides a simple and efficient way to extract readable plain text from HTML content. It leverages the power of Rust’s html2tex...
New
mudasobwa
This is not exactly elixir library announcement, but I think it might be useful for alchemists. For some good, I needed an actor model i...
New
thanos
ExArrow – Apache Arrow IPC, Flight & ADBC Support for Elixir I’m announcing the public release of ExArrow: ExArrow provides a focuse...
New
WyvernoDragon
I’ve been working on pgRx: a query engine that uses BEAM lightweight processes instead of PostgreSQL’s fork-per-connection model. The nu...
New
ringvold
Hey! :waving_hand: I made a thing! Well, mostly Claude but I did have some say in the matter. :grinning_face_with_smiling_eyes: It is a...
New
cortfritz
Elixir NIF wrapper around the Rust rstar R*-tree spatial index. Stores {x, y} points with optional arbitrary Elixir term data, backed by ...
New
cortfritz
Elixir library for converting between latitude/longitude coordinates and MGRS (Military Grid Reference System) coordinates. Built with Ru...
New
wolf4earth
Every protocol you’ve shipped assumes the spec doesn’t change during the connection. This one doesn’t. Code is typed, composable, content...
New

Last Three Year's Trending Top

martinthenth
Hello everybody :wave: Recently, some of my colleagues talked about database ids and uuids and their problems, and I remembered the pain...
New
mmmrrr
The starting point: The Erlang ODBC client has a “bug” where it only allows 4096 bytes to be returned per cell. The Rust odbc client has ...
New
PJUllrich
One “downside” of Elixir being a functional programming language is that it’s slow when lots and lots of data has to be transformed. So, ...
New
JsonKody
This is highly subjective but in my mind Haskell and Ruby/Rust has one of the most beautiful lambda syntax \a b → a + b and |a, b| a +...
New
ImNotAVirus
Hello, I’m trying to make a NIF that splits binary once using a delimiter (like :binary.split(bin, separator, parts: 2)) but in Rust I d...
New
shahryarjb
Hello. I’m working on a project where I’m currently using Rustler, and I want to integrate Pythonx as well. Additionally, I need both Py...
New
dimitarvp
To @jonatanklosko and @the-mikedavis: I see that there is a Rust crate at crates.io: Rust Package Registry but it is pointing at https:/...
New
henriquesati
I have rust nifs that uses Solana library, it doesnt seem to load much things, the compilation time has been slow, not much problem about...
New

Trending Over Three Years Top

praveenperera
FastRSS Parse RSS feeds very quickly: This is rust NIF built using rustler Uses the RSS rust crate to do the actual RSS parsing Speed...
New
ShalokShalom
So, there is another Erlang VM on the way :hugs:
New
sunny-g
Hi everyone! After having spent some time with Rust and Elixir, a few weeks ago I set out to learn more about NIFs and benchmarking. The...
New
madasebrof
I just wanted to post about my remarkable experience with Rustler today. Unbelievable good. Note: this example is an updated version of...
New
Rich_Morin
“Submillisecond LiveView” is written in Rust. I wonder where its approach and behavior differ from that of Elixir-based LiveView (eg, in ...
New
cigrainger
Hey everybody! I’m delving into Rustler to enable some work on data frames in Elixir backed by polars. I’m feeling pretty confident in th...
New
pillaiindu
Actix is a rust actor system and web framework. Let’s discuss it in general (if someone in the community have used it and have more knowl...
New
echojoys
I’m currently learning the interaction between wasm and elixir. I am writing wasm in rust language, but it can only return the starting p...
New
alexslade
Hi folks, On of my team’s projects has a rust dependency, via a library that uses rustler to wrap a rust function. It hasn’t changed in ...
New
Qqwy
RustlerElixirFun With Rustler, it became a lot easier to create well-behaving Natively-Implemented-Functions (NIFs). However, one questi...
New
aochagavia
I am looking for a way to split utf8 strings into chunks that have some logical cohesion (e.g. avoid splitting in the middle of a word or...
New
naps62
I just released the first working version of imageflow_ex, a package that provides bindings and a custom API to imageflow, which is a Rus...
New
gyson
I noticed that :rand module (standard library) is a little bit slow when the algorithm I was using is heavily relying on random number ge...
New
rodrigues
Day 1 Keynote about Lumen - An alternative BEAM implementation, designed for WebAssembly by @bcardarella @KronicDeth @bitw...
New
Benjamin-Philip
I’m having some trouble just returning ok from rust. The following fails with an Erlang error: :invalid_struct: mod atoms { rustler:...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement