16 releases (6 breaking)

0.6.1 Aug 30, 2024
0.5.4 Aug 14, 2024
0.2.0 Jul 25, 2024
0.0.0 Jan 18, 2024

#1763 in Development tools

Download history 224/week @ 2024-06-24 182/week @ 2024-07-01 129/week @ 2024-07-22 64/week @ 2024-07-29 939/week @ 2024-08-05 172/week @ 2024-08-12 18/week @ 2024-08-19 321/week @ 2024-08-26 31/week @ 2024-09-02 8/week @ 2024-09-09 24/week @ 2024-09-16 19/week @ 2024-09-23

103 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
~519K SLoC