15 releases (4 breaking)
Uses new Rust 2024
new 0.5.2 | May 12, 2025 |
---|---|
0.4.1 | May 2, 2025 |
0.2.2 | Mar 9, 2025 |
0.1.1 | Oct 12, 2024 |
#1204 in Audio
1,193 downloads per month
Used in 3 crates
10MB
19K
SLoC
Tests for:
- the
init_test_client_server
function - daemon endpoints that aren't covered in other tests
MECOMP-Daemon
mecomp-daemon
is the core of the MECOMP application. It is a long-running RPC server that handles all the backend logic and state-management necessary for the application to function. The MECOMP clients are simply frontends to this server.
Feature Flags
cli
: used when building the daemon binarydynamic_updates
: when enabled, the daemon will use thenotify
crate to listen for changes to files in the users library and update the database accordingly
by default, the cli
and dynamic_updates
features are both enabled.
Dependencies
~81–120MB
~2M SLoC