Packages

An Elixir wrapper around the Rust strsim crate with rustler.

Current section

Files

Jump to
strsim native strsim_nif Cargo.toml
Raw

native/strsim_nif/Cargo.toml

[package]
name = "strsim_nif"
version = "0.1.0"
authors = ["Josh Rotenberg <joshrotenberg@gmail.com>"]
edition = "2018"
[lib]
name = "strsim_nif"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "0.21.1"
lazy_static = "1.4.0"
strsim = "0.10.0"