spell 0.1.6

Spell is a Streaming Parser for Event Logs using an LCS (Longest Common Subsequence)
Documentation
[badges.travis-ci]
repository = "nbigaouette/spell-rs"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dev-dependencies.csv]
version = "1.0.5"

[package]
authors = ["Nicolas Bigaouette <nbigaouette@elementai.com>"]
categories = ["parsing", "science", "text-processing", "value-formatting"]
description = "Spell is a Streaming Parser for Event Logs using an LCS (Longest Common Subsequence)"
documentation = "https://docs.rs/spell"
edition = "2018"
homepage = "https://github.com/nbigaouette/spell-rs"
keywords = ["spell", "lcs", "log", "parsing"]
license = "MIT/Apache-2.0"
name = "spell"
readme = "README.md"
repository = "https://github.com/nbigaouette/spell-rs"
version = "0.1.6"