Latest #rustler Threads 
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
Elixir NIF wrapper around the Rust rstar R*-tree spatial index. Stores {x, y} points with optional arbitrary Elixir term data, backed by ...
New
The Functionality section in the erl_nif docs mention 3 different strategies for long running NIFs: Yielding NIFs, Threaded NIFs and Dirt...
New
Polyglot-Ex Rust and wasmex bindings for polyglot.
State: Pre-release
Hi there,
I am starting a thread for my humble bindings library ...
New
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
Hi everyone. We released Spreadsheet a couple of months ago which we have been using internally for parsing xlsx files internally for our...
New
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
Hi everyone :waving_hand: I’ve just released ExtractousEx, an Elixir library for extracting text and metadata from various document forma...
New
Elixir library for converting between latitude/longitude coordinates and MGRS (Military Grid Reference System) coordinates. Built with Ru...
New
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
This Month's Trending
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
MDEx is a fast and extensible Markdown parser and formatter.
Fast
Leverage Rust to parse, manipulate and render documents using:
comra...
New
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
Hi everyone. We released Spreadsheet a couple of months ago which we have been using internally for parsing xlsx files internally for our...
New
The Functionality section in the erl_nif docs mention 3 different strategies for long running NIFs: Yielding NIFs, Threaded NIFs and Dirt...
New
HTML2Text provides a simple and efficient way to extract readable plain text from HTML content. It leverages the power of Rust’s html2tex...
New
Hi everyone :waving_hand: I’ve just released ExtractousEx, an Elixir library for extracting text and metadata from various document forma...
New
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
Elixir NIF wrapper around the Rust rstar R*-tree spatial index. Stores {x, y} points with optional arbitrary Elixir term data, backed by ...
New
Elixir library for converting between latitude/longitude coordinates and MGRS (Military Grid Reference System) coordinates. Built with Ru...
New
Polyglot-Ex Rust and wasmex bindings for polyglot.
State: Pre-release
Hi there,
I am starting a thread for my humble bindings library ...
New
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
Hello everybody :wave:
Recently, some of my colleagues talked about database ids and uuids and their problems, and I remembered the pain...
New
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
Recently, I came across this wonderful blog post on Parsing PDFs (and more) in Elixir using Rust. However, when trying out Github Action...
New
Hi y’all -
I’m working on using Rustler to create Elixir bindings for this extremely nifty embedded multimodal AI / vector database Lanc...
New
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
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
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
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
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
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
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
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
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
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
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
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
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
I just wanted to post about my remarkable experience with Rustler today.
Unbelievable good.
Note: this example is an updated version of...
New
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
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
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
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
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
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
RustlerElixirFun
With Rustler, it became a lot easier to create well-behaving Natively-Implemented-Functions (NIFs).
However, one questi...
New
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
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
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
I’m having some trouble just returning ok from rust. The following fails with an Erlang error: :invalid_struct:
mod atoms {
rustler:...
New
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
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance
- #hex







