Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]
byteorder = "0.5"
csv = "0.14"
libc = "0.2.11"

[features]
opencl = []

[package]
authors = ["Charles Hubain <github@haxelion.eu>"]
description = "Rust Data Science"
documentation = "https://haxelion.github.io/rds/target/doc/rds/index.html"
homepage = "https://github.com/haxelion/rds"
license = "LGPL-3.0"
name = "rds"
readme = "README.md"
repository = "https://github.com/haxelion/rds"
version = "0.0.3"