emojis 0.1.2

✨ Lookup, iterate over, and fuzzy search for emojis.
Documentation
[dependencies.strsim]
optional = true
version = "0.10.0"

[features]
default = ["search"]
search = ["std", "strsim"]
std = []

[package]
authors = ["Ross MacArthur <ross@macarthur.io>"]
categories = ["text-processing", "no-std"]
description = "✨ Lookup, iterate over, and fuzzy search for emojis."
edition = "2018"
keywords = ["emoji", "search", "unicode"]
license = "MIT OR Apache-2.0"
name = "emojis"
readme = "README.md"
repository = "https://github.com/rossmacarthur/emojis"
version = "0.1.2"