deepmesa-encoding 0.9.0

A collection of data structures and algorithms designed for performance
Documentation
[package]
name = "deepmesa-encoding"
version = "0.9.0"
authors = ["Rahul Singh <rsingh@arrsingh.com>"]
edition = "2018"

categories = [
	"algorithms",
]
description = "A collection of data structures and algorithms designed for performance"
readme = "README.md"
license = "Apache-2.0"
documentation = "https://docs.rs/deepmesa-encoding"
homepage = "https://www.deepmesa.com"
repository = "https://github.com/deepmesa/deepmesa-rs/deepmesa-encoding"


[lib]
doc = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
deepmesa-collections = {path = "../deepmesa-collections", version = "^0.9.0"}

[dev-dependencies]
deepmesa = {path = "../"}