Registry / networking / requiem-server

requiem-server

JSON →
library1.0.1rscratesunverified

Actix server - General purpose TCP server built on the Actix actor framework.

# Cargo.toml [dependencies] requiem-server = "1.0.1"
INSTALL
IMPORT
SIG · REQUIEM-SERVER
R
requiem-server
networkingrustv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RequiemServer
use requiem_server::RequiemServer;

Create a new Requiem TCP server instance.

use requiem_server::RequiemServer; fn main() { let _server = RequiemServer::new(); println!("Requiem server created"); }
Debug
Known issues
breakingRequires the Actix runtime; may have breaking changes in Actix versions.
fix
Ensure compatible Actix version is used (check crate documentation).
affects: >=1.0.0
Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
requiem-server — cargo add requiem-server · libregistry