12 releases (5 breaking)

Uses new Rust 2024

0.9.5 Mar 29, 2025
0.9.2 Jan 13, 2025
0.8.1 Nov 27, 2024

#418 in Development tools

Download history 1/week @ 2024-12-18 171/week @ 2025-01-08 50/week @ 2025-01-15 1/week @ 2025-02-05 18/week @ 2025-02-12 278/week @ 2025-03-12 1/week @ 2025-03-19 114/week @ 2025-03-26 15/week @ 2025-04-02

408 downloads per month

AGPL-3.0-only

135KB
3.5K SLoC

Ringboard server

Crates.io Version

This binary is the heart of Ringboard and is the only piece of code capable of writing data to the database. The server waits for client commands over a Unix socket, processing and responding to requests serially.

Important files:

  • The allocator is responsible for writing to the database.
  • Requests are processed here.
  • The reactor contains the io_uring event loop.

Dependencies

~4–31MB
~487K SLoC