fin_data 0.1.2

Registry implementations for common financial categories.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "fin_data"
version = "0.1.2"
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
edition = "2018"
description = "Registry implementations for common financial categories."
repository = "https://github.com/johnstonskj/rust-financial.git"
readme = "README.md"
license = "MIT"
keywords = ["financial", "SIC", "NAICS", "MIC"]

[badges]
travis-ci = {repository = "johnstonskj/rust-financial"}
coveralls = { repository = "rust-financial", branch = "master", service = "github" }

[dependencies]
fin_model = { path = "../fin_model", version = "0.1.2" }
chrono = "0.4.7"