stack_croaring 0.3.10

Rust wrapper for CRoaring
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "stack_croaring"
version = "0.3.10"
authors = ["Saulius Grigaliunas <saulius@ninja.lt>"]
license = "Apache-2.0"
description = "Rust wrapper for CRoaring"
repository = "https://github.com/saulius/croaring-rs.git"
readme = "README.md"
documentation = "https://docs.rs/croaring"

[dev-dependencies]
quickcheck = "0.8.2"
rand = "0.3"
roaring = "0.5.2"

[dependencies]
libc = "0.2.42"
croaring-sys = { path = "croaring-sys", version = "0.3.9" }