Registry / networking / scrappy-server

scrappy-server

JSON →
library0.0.1rscratesunverified

General purpose TCP server for building network services.

# Cargo.toml [dependencies] scrappy-server = "0.0.1"
INSTALL
IMPORT
SIG · SCRAPPY-SERVER
S
scrappy-server
networkingrustv0.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.

Server
use scrappy_server::Server;

Create and run a TCP server

use scrappy_server::Server; fn main() { let server = Server::new("127.0.0.1:8080").unwrap(); println!("Server running"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
scrappy-server — cargo add scrappy-server · libregistry