4 releases (2 breaking)

0.6.1 Aug 30, 2024
0.6.0 Aug 26, 2024
0.5.4 Aug 20, 2024
0.0.0 Aug 20, 2024

#598 in Development tools

Download history 243/week @ 2024-08-19 311/week @ 2024-08-26 8/week @ 2024-09-02

562 downloads per month

AGPL-3.0-only

120KB
3K 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–32MB
~514K SLoC