judy 0.0.3

Rust bindings for Judy http://judy.sourceforge.net
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.libc]
version = "~0.2.6"

[lib]
name = "judy"

[package]
authors = ["Jason Toffaletti <toffaletti@gmail.com>", "KerfuffleV2 <kerfluffle@keemail.me>"]
description = "Rust bindings for Judy http://judy.sourceforge.net"
include = ["src/*.rs", "test/*.rs", "Cargo.toml", "README.md"]
license = "Apache-2.0"
name = "judy"
readme = "README.md"
repository = "https://github.com/toffaletti/rust-judy.git"
version = "0.0.3"