koala 0.1.1

Python's pandas implementation in Rust
Documentation
[package]
name = "koala"
version = "0.1.1"
authors = ["edicury <edisoncuryn@gmail.com>"]
edition = "2018"
description = "Python's pandas implementation in Rust"
repository = "https://github.com/edicury/koala"
license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "koala"
path = "src/lib.rs"
[[bin]]
name = "koala"
path = "src/bin.rs"
[dependencies]
regex = "1"