This is an implementation of Bloom Filters for Elixir. It uses Rust NIFs for better performance.
A Jsonnet client for Elixir.
A thin wrapper around the rust scylla crate: https://crates.io/crates/scylla.
Work with different noise functions using Elixir
A fast, full-text search engine for Elixir, powered by Tantivy (Rust). Features include fuzzy matching, range queries, highlighting, and ...
Aho-Corasick string matching algorithm implemented as a NIF wrapper of the Rust crate aho-corasick
Ultra-fast XML parser and XPath 1.0 engine for Elixir — a Rust NIF with SIMD-accelerated zero-copy structural index. 100% W3C/OASIS con...
Alternative Elixir File.stat implementation using rustler NIF
Elixir wrapper for Regorus, a fast Rego policy engine written in Rust.
A CRC32c NIF implementation that uses SSE4.2 for ultimate speed.
Image manipulation at the pixel level, fingerprinting, dithering... I aim to be able to resize/crop/desaturate/hue shift/dither images,...
Generate Thumbnails using rust library for fast image resizing using of SIMD instructions.
Nif Wrapper for Murmur3 rust library
Benchmark of Logistic Map using integer calculation and `Flow`.
bcryptrs is a drop in replacement for bcrypt_elixir that does not require C compiler
ex_final_fusion allows to read word embeddings in formats: finalfusion, fastText, floret, GloVe, word2vec
Rustler nif to do brotli compression
Native functions for bandit
ExIceberg is an Elixir library for interacting with Apache Iceberg.
NIF Wrapper around the rust LLamaCPP client allowing elixir code to load/infer against gguf format models.
A powerful expression evaluation library for Elixir, based on evalexpr using rustler.
An ultrafast double-ended queue, scored sorted set and key value database with an optional secondary u64 index.
Elixir interface for Metaplex Bubblegum compressed NFTs on Solana
Elixir library for generating deterministic private keys from random words according to BIP39 standard. fork of https://github.com/izeln...
Call back into Elixir code from within a NIF implemented in Rust
Snappy compression/decompression for Elixir as a Rust NIF
An Elixir bridge to the Rust ThumbHash library.
A User-Friendly Component-Based Cardano SDK for Elixir.
A micro-library providing base 64 encoding/decoding using Rust NIFs.
Lightning-fast XML parsing and XPath querying for Elixir, powered by Rust NIFs