31 releases (12 breaking)

Uses new Rust 2024

new 0.12.0 Jun 30, 2025
0.10.1 May 28, 2025
0.9.5 Mar 29, 2025
0.8.1 Nov 27, 2024
0.0.0 Jan 18, 2024

#1363 in Development tools

Download history 7/week @ 2025-03-05 316/week @ 2025-03-12 25/week @ 2025-03-19 133/week @ 2025-03-26 40/week @ 2025-04-02 18/week @ 2025-04-09 9/week @ 2025-04-16 15/week @ 2025-04-23 16/week @ 2025-04-30 135/week @ 2025-05-07 82/week @ 2025-05-14 147/week @ 2025-05-21 171/week @ 2025-05-28 104/week @ 2025-06-04 68/week @ 2025-06-11 27/week @ 2025-06-18

388 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

~5–33MB
~517K SLoC