6 releases (3 breaking)

0.7.0 Nov 12, 2024
0.6.2 Oct 28, 2024
0.6.1 Aug 30, 2024
0.5.4 Aug 20, 2024
0.0.0 Aug 20, 2024

#889 in Development tools

Download history 243/week @ 2024-08-19 311/week @ 2024-08-26 8/week @ 2024-09-02 22/week @ 2024-09-16 12/week @ 2024-09-30 2/week @ 2024-10-07 153/week @ 2024-10-28 117/week @ 2024-11-11

270 downloads per month

AGPL-3.0-only

130KB
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–32MB
~518K SLoC