palombe 0.1.0

Palombe lets you send and receive messages synchronously through different processes using named pipes
Documentation

Palombe

Palombe lets you send and receive messages synchronously through different processes using named pipes

Quick example

extern create palombe;

fn main() {
    palombe.send("foo", "bar");
    println("{}", palombe.receive("foo")); // bar
}

Columba palumbus