Latest #rustler Threads Top

c4lliope
Hello! I think the Rust [sparrowdb] crate is a superb choice for modern graph dbs; I’m hoping to package this up in an elixir pkg. [spar...
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
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
Overbryd
Polyglot-Ex Rust and wasmex bindings for polyglot. State: Pre-release Hi there, I am starting a thread for my humble bindings library ...
New
alexlanderzander
Hello everyone, I’m working on a blockchain project in Elixir and I’m implementing some of the core cryptography in a Rust NIF using Rus...
New
wkirschbaum
Hi everyone. We released Spreadsheet a couple of months ago which we have been using internally for parsing xlsx files internally for our...
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
Jskalc
Hi everyone :waving_hand: I’ve just released ExtractousEx, an Elixir library for extracting text and metadata from various document forma...
New
cortfritz
Elixir library for converting between latitude/longitude coordinates and MGRS (Military Grid Reference System) coordinates. Built with Ru...
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

This Week's Trending Top

This Month's Trending Top

c4lliope
Hello! I think the Rust [sparrowdb] crate is a superb choice for modern graph dbs; I’m hoping to package this up in an elixir pkg. [spar...
New

This Year's Trending Top

leandrocp
MDEx is a fast and extensible Markdown parser and formatter. Fast Leverage Rust to parse, manipulate and render documents using: comra...
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
wkirschbaum
Hi everyone. We released Spreadsheet a couple of months ago which we have been using internally for parsing xlsx files internally for our...
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
Jskalc
Hi everyone :waving_hand: I’ve just released ExtractousEx, an Elixir library for extracting text and metadata from various document forma...
New
fuelen
I try to precompile NIFs with rustler_precompiled and CI fails on build stage: Done. Going back to original dir: /home/runner/work/html2...
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
Overbryd
Polyglot-Ex Rust and wasmex bindings for polyglot. State: Pre-release Hi there, I am starting a thread for my humble bindings library ...
New
alexlanderzander
Hello everyone, I’m working on a blockchain project in Elixir and I’m implementing some of the core cryptography in a Rust NIF using Rus...
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
snewcomer
Recently, I came across this wonderful blog post on Parsing PDFs (and more) in Elixir using Rust. However, when trying out Github Action...
New
eileennoonan
Hi y’all - I’m working on using Rustler to create Elixir bindings for this extremely nifty embedded multimodal AI / vector database Lanc...
New
tomazzlender
I tried out Rustler and it is amazing when I need to define NIFs at the compile time. I’m experimenting with a use case where it would b...
New
eileennoonan
I’m working on an Elixir client for LanceDB (sqlite for vector storage) called ElixirLanceDB. Most of this work so far has comprised of w...
New
pejrich
I am using Rustler, and specifically a ResourceArc to preload some data into memory(in this case an ML model). The setup is as follows. ...
New
pejrich
I’m using rustler to wrap a Rust library. Specifically charabia. It’s a language tokenization library, and as such has to use a lot of di...
New
engineeringdept
At Breakroom we’ve just open sourced a new library, H3Geo, for managing H3 geospatial indexes in Elixir. It wraps the h3o library in Rus...
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
mikejm
To match the Elixir convention, I am trying to return from my Rustler functions {:ok, result} or {:error, error_string}. I can do the :e...
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
dkuku
I was curious if rustler can support dynamic crate features and I came up with something like this: config.exs, or Mix.install: config...
New
stevensonmt
This may be better addressed in a Rust forum but I’m trying to use Rustler in a project and when trying to build the Rustler module I’m g...
New
jimsynz
Hi folks. In my project I needed a way to check to see if a process was running on the host system (mainly when MIX_TARGET=:host) so I q...
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
CharlesO
Compiling any app dependent on Rustler is not working on Elixir v12.0 and OTP-24 Anyone having similar issues? Could not compile :rustl...
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
dlesl
Erqwest is an http client implemented as a NIF-based wrapper around reqwest using rustler. The aim is to deliver the best possible perfor...
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
jeramyRR
I’m looking for a good tutorial or documentation on how to use Rustler in a safe way. Everything I’ve found so far uses unwrap everywher...
New
nbw
Hi everyone, I’d like to introduce a library I made for generating QR Codes and address some of the performance gains and some of the dra...
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
rm-rf-etc
I’m having trouble building with rustler. I reviewed the open issues on the rustler repo and it looks like it hasn’t been updated to supp...
New
Qqwy
RustlerElixirFun With Rustler, it became a lot easier to create well-behaving Natively-Implemented-Functions (NIFs). However, one questi...
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
sdr
I’ve been playing around with Rustler NIFs to get familiar with them and understand how they interact with Elixir. While running some si...
New
NaN
Im receiving json from postgres. I dont want to deserialize as a map then serialize to json. Im using using rustler to query the databas...
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
svilen
This is a port of the zxcvbn library, originally by Dropbox. Unlike another similar package which was done in pure Elixir, this one is u...
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