#client-server #traits #user #process #nails #running #fork

nails-fork

A Nail trait implementation that forks a process as the user running the server

15 releases (breaking)

0.13.0 Jun 22, 2022
0.12.0 Jan 20, 2021
0.11.0 Dec 23, 2020
0.8.0 Nov 20, 2020
0.3.0 Oct 30, 2019

#191 in #fork

Download history 5/week @ 2024-02-23 4/week @ 2024-03-01 3/week @ 2024-03-08 2/week @ 2024-03-15 55/week @ 2024-03-29 12/week @ 2024-04-05

67 downloads per month
Used in nails-example

Apache-2.0

50KB
1K SLoC

Nails

A nailgun protocol client/server implementation, using tokio.

This repository contains four crates:

  1. nails - contains nailgun client and server protocols and the Nail trait that consuming crates can implement to plug in the logic that they would like to keep warm in the nailgun server.
  2. nails-fork - contains a Nail trait implementation that forks a process as the user running the server.
  3. nails-example - an example server binary that configures and launches a server using nails-fork.
  4. nails-client - a nailgun client binary, intended to be equivalent to the C and Python clients.

Users will generally want to consume the nails crate in order to act as either a client or server. Copy-pasting the nails-fork crate might be helpful to bootstrap a new Nail trait implementation to host in a server.

Dependencies

~4–16MB
~152K SLoC