#queue #ipc #waker #inter-process #communication #communiucation

switchboard

Enables inter-process communiucation via queues and wakers

3 unstable releases

0.3.0 Dec 15, 2023
0.2.1 Jan 22, 2023
0.2.0 Jan 21, 2023
0.1.0 Jul 27, 2015

#471 in Asynchronous

Download history 21/week @ 2024-01-01 16/week @ 2024-01-15 19/week @ 2024-01-22 8/week @ 2024-02-19 14/week @ 2024-02-26 8/week @ 2024-03-04 7/week @ 2024-03-11 100/week @ 2024-04-01 9/week @ 2024-04-08

110 downloads per month

Apache-2.0

20KB
360 lines

rustcommon

rustcommon is a collection of common libraries we use in our Rust projects. This includes datastructures, logging, metrics, timers, and ratelimiting.

Overview

rustcommon is a workspace repository which contains several crates (libraries) which act as foundational libraries for other Rust projects, such as Pelikan, rpc-perf, and Rezolus.

Each crate within this repository contains its own readme and changelog detailing the purpose and history of the library.

Getting Started

Building

rustcommon is built with the standard Rust toolchain which can be installed and managed via rustup or by following the directions on the Rust website.

Clone and build rustcommon from source

git clone https://github.com/pelikan-io/rustcommon
cd rustcommon

# run tests
cargo test --all

Support

Create a new issue on GitHub.

Authors

A full list of contributors can be found on GitHub.


lib.rs:

Queue type for inter-process communication (IPC).

Dependencies

~0.8–10MB
~72K SLoC