galvanize 0.0.1

Pure Rust CDB library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "galvanize"
version = "0.0.1"
authors = ["Esteban Küber <esteban@kuber.com.ar>"]
description = "Pure Rust CDB library."
repository = "https://github.com/estebank/galvanize"
readme = "README.md"
license = "MIT"
exclude = [
  '*.cdb',
]

[lib]
name = "galvanize"
path = "src/lib.rs"

[dependencies]
rustc-serialize = "0.3"