Packages

A blazing fast, memory-efficient Trie (prefix tree) implementation for Elixir with autocomplete support, powered by a high-performance Rust NIF.

Current section

Files

Jump to
trie_hard native trie_hard_native Cargo.toml
Raw

native/trie_hard_native/Cargo.toml

[package]
name = "trie_hard_native"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
rustler = "0.37.0"
trie_hard_rs = "0.1.0"