postgres_alloc 0.0.1

Use the PostgreSQL allocator from Rust!
1
2
3
4
5
6
7
8
9
10
[lib]
crate-type = ["rlib"]

[package]
authors = ["Michael Sproul <micsproul@gmail.com>", "Angus Thomsen <aksthomsen@gmail.com>"]
description = "Use the PostgreSQL allocator from Rust!"
license = "Apache-2.0/MIT"
name = "postgres_alloc"
repository = "https://github.com/michaelsproul/postgres-alloc-rs"
version = "0.0.1"